Skip to content

Commit 9fdb1f8

Browse files
⬆️ [ GitHub Actions ] (deps): Bump docker/build-push-action from 6.19.2 to 7.0.0 (#19)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 602011c commit 9fdb1f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: docker/setup-buildx-action@v4
2424

2525
- name: Build image (validation only)
26-
uses: docker/build-push-action@v6.19.2
26+
uses: docker/build-push-action@v7.0.0
2727
with:
2828
context: .
2929
push: false

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Build, tag, and push image
3636
id: build-image
37-
uses: docker/build-push-action@v6.19.2
37+
uses: docker/build-push-action@v7.0.0
3838
with:
3939
context: .
4040
push: true

0 commit comments

Comments
 (0)