Skip to content

Commit 9c1e112

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent a492b5f commit 9c1e112

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
tags: |
4949
type=raw,pattern={{version}},value=${{ needs.release-please.outputs.tag_name }}
5050
- name: Build and push Docker image tag
51-
uses: docker/build-push-action@v6
51+
uses: docker/build-push-action@v7
5252
with:
5353
context: .
5454
platforms: linux/amd64
@@ -97,7 +97,7 @@ jobs:
9797
id: sha
9898
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
9999
- name: Build and push Docker image sha
100-
uses: docker/build-push-action@v6
100+
uses: docker/build-push-action@v7
101101
with:
102102
context: .
103103
platforms: linux/amd64

0 commit comments

Comments
 (0)