Skip to content

Commit 3b780ce

Browse files
Update docker/build-push-action action to v7
1 parent c07006e commit 3b780ce

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)