Skip to content

Commit 099b959

Browse files
authored
Merge pull request #17 from bavix/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents b6ca4dd + 51548da commit 099b959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.DOCKERHUB_TOKEN }}
4949
-
5050
name: Build and push
51-
uses: docker/build-push-action@v5
51+
uses: docker/build-push-action@v6
5252
with:
5353
context: .
5454
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)