Skip to content

Commit df1ede8

Browse files
authored
Merge pull request #37 from lvthillo/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 3e31cba + 2d11818 commit df1ede8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
password: ${{ secrets.DOCKERHUB_TOKEN }}
2525

2626
- name: Build and push Docker image
27-
uses: docker/build-push-action@v5
27+
uses: docker/build-push-action@v6
2828
with:
2929
push: true
3030
context: .

0 commit comments

Comments
 (0)