mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
fixes
This commit is contained in:
parent
9149b6dd60
commit
e86d2f7d67
4
.github/actions/setup/action.yml
vendored
4
.github/actions/setup/action.yml
vendored
@ -13,8 +13,10 @@ runs:
|
||||
steps:
|
||||
- name: Show disk info
|
||||
run: df -h
|
||||
shell: bash
|
||||
- name: Show docker image info
|
||||
run: docker image ls --all
|
||||
shell: bash
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
with:
|
||||
@ -27,8 +29,10 @@ runs:
|
||||
remove-docker-images: 'true'
|
||||
- name: Show disk info
|
||||
run: df -h
|
||||
shell: bash
|
||||
- name: Show docker image info
|
||||
run: docker image ls --all
|
||||
shell: bash
|
||||
- id: lowercaseRepo
|
||||
uses: ASzc/change-string-case-action@v5
|
||||
with:
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -23,13 +23,13 @@ jobs:
|
||||
steps:
|
||||
- name: Show disk info
|
||||
run: df -h
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up QEMU and Buildx
|
||||
id: setup
|
||||
uses: ./.github/actions/setup
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
- name: Show disk info
|
||||
run: df -h
|
||||
- name: Build and push amd64 standard build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user