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