Skip to content

Commit d4bde68

Browse files
authored
Merge pull request #51 from lvthillo/dependabot/github_actions/docker/build-push-action-7
build(deps): bump docker/build-push-action from 6 to 7
2 parents 64e5f98 + c9bde19 commit d4bde68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
password: ${{ secrets.DOCKERHUB_TOKEN }}
2626

2727
- name: Build and push Docker image
28-
uses: docker/build-push-action@v6
28+
uses: docker/build-push-action@v7
2929
with:
3030
push: true
3131
context: .

0 commit comments

Comments
 (0)