mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-27 20:24:11 +01:00
Update github-builder to v1.5.0 and enable fail-fast
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
3
.github/workflows/build-and-publish.yml
vendored
3
.github/workflows/build-and-publish.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
- run: echo "Exposing env vars for reusable workflow"
|
||||
|
||||
build:
|
||||
uses: docker/github-builder/.github/workflows/build.yml@70313223e2665c3211b454b3fea6534624e78d64 # v1.4.0
|
||||
uses: docker/github-builder/.github/workflows/build.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c #v1.5.0
|
||||
needs:
|
||||
- build-prepare
|
||||
permissions:
|
||||
@@ -61,6 +61,7 @@ jobs:
|
||||
setup-qemu: true
|
||||
cache: true
|
||||
cache-scope: build
|
||||
fail-fast: true
|
||||
context: src
|
||||
output: image
|
||||
build-args: |
|
||||
|
||||
Reference in New Issue
Block a user