Skip to content

Commit 6d11621

Browse files
authored
build(deps): bump docker/build-push-action to version 7
1 parent 83fc577 commit 6d11621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# Build and push Docker image with Buildx (don't push on PR)
8282
# https://github.com/docker/build-push-action
8383
- name: Build and push Docker image
84-
uses: docker/build-push-action@v6
84+
uses: docker/build-push-action@v7
8585
with:
8686
context: .
8787
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)