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.
1 parent 322bd5a commit 927c995Copy full SHA for 927c995
1 file changed
.github/workflows/ci.yml
@@ -391,7 +391,7 @@ jobs:
391
ref: ${{ env.REF }}
392
- id: validate
393
name: Validate build configuration
394
- uses: docker/build-push-action@v7.0.0
+ uses: docker/build-push-action@v7.1.0
395
with:
396
call: check
397
context: .
@@ -430,7 +430,7 @@ jobs:
430
uses: docker/setup-buildx-action@v4.0.0
431
- id: build-push
432
name: Build and push container image
433
434
435
annotations: ${{ steps.metadata.outputs.annotations }}
436
build-args: |
0 commit comments