Skip to content

Commit 4c64db8

Browse files
Update docker/build-push-action action to v7 (#958)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9219cb commit 4c64db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "tag=${tag}" >> "$GITHUB_OUTPUT"
5151
5252
- name: Build and push Docker image
53-
uses: docker/build-push-action@v6
53+
uses: docker/build-push-action@v7
5454
with:
5555
context: .
5656
push: true

0 commit comments

Comments
 (0)