Skip to content

Commit be13e11

Browse files
ci(deps): bump docker/build-push-action from 6.19.1 to 6.19.2 (#394)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7747ae commit be13e11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ jobs:
391391
ref: ${{ env.REF }}
392392
- id: validate
393393
name: Validate build configuration
394-
uses: docker/build-push-action@v6.19.1
394+
uses: docker/build-push-action@v6.19.2
395395
with:
396396
call: check
397397
context: .
@@ -430,7 +430,7 @@ jobs:
430430
uses: docker/setup-buildx-action@v3.12.0
431431
- id: build-push
432432
name: Build and push container image
433-
uses: docker/build-push-action@v6.19.1
433+
uses: docker/build-push-action@v6.19.2
434434
with:
435435
annotations: ${{ steps.metadata.outputs.annotations }}
436436
build-args: |

0 commit comments

Comments
 (0)