Skip to content

Commit 813ac6d

Browse files
committed
chore(deps): update docker/build-push-action action to v7
1 parent 4e25911 commit 813ac6d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
type=sha
4848
4949
- name: Build and push container image
50-
uses: docker/build-push-action@v6.19.2
50+
uses: docker/build-push-action@v7.3.0
5151
with:
5252
context: .
5353
push: true

.github/workflows/release-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ steps.release.outputs.release_created }}
5050

5151
- name: Build and push container image
52-
uses: docker/build-push-action@v6.19.2
52+
uses: docker/build-push-action@v7.3.0
5353
with:
5454
context: .
5555
push: true

0 commit comments

Comments
 (0)