We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ba3606 + 2331fdf commit 68e4cacCopy full SHA for 68e4cac
.github/workflows/ci.yml
@@ -324,7 +324,7 @@ jobs:
324
type=sha
325
-
326
name: Build and push to local registry
327
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
328
with:
329
context: ./test
330
file: ./test/Dockerfile
@@ -445,7 +445,7 @@ jobs:
445
maintainer=Foo
446
447
name: Build
448
449
450
451
file: ./test/output.Dockerfile
0 commit comments