mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
oops
This commit is contained in:
parent
e86d2f7d67
commit
4db4a05f33
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