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 a7747ae commit be13e11Copy full SHA for be13e11
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@v6.19.1
+ uses: docker/build-push-action@v6.19.2
395
with:
396
call: check
397
context: .
@@ -430,7 +430,7 @@ jobs:
430
uses: docker/setup-buildx-action@v3.12.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