Skip to content

Commit d5572ea

Browse files
chore(deps): update docker/build-push-action action to v7 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a6783a commit d5572ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
tags: |
5151
type=raw,pattern={{version}},value=${{ needs.release-please.outputs.tag_name }}
5252
- name: Build and push Docker image tag
53-
uses: docker/build-push-action@v6
53+
uses: docker/build-push-action@v7
5454
with:
5555
context: .
5656
platforms: linux/amd64, linux/arm64
@@ -105,7 +105,7 @@ jobs:
105105
id: sha
106106
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
107107
- name: Build and push Docker image sha
108-
uses: docker/build-push-action@v6
108+
uses: docker/build-push-action@v7
109109
with:
110110
context: .
111111
platforms: linux/amd64, linux/arm64

0 commit comments

Comments
 (0)