Skip to content

Commit c3da9b4

Browse files
authored
Merge pull request #77 from fastmachinelearning/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 7873349 + 5b65a02 commit c3da9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828
-
2929
name: Build and push
30-
uses: docker/build-push-action@v5
30+
uses: docker/build-push-action@v6
3131
with:
3232
push: ${{ github.event_name != 'pull_request' }}
3333
file: docker/Dockerfile

0 commit comments

Comments
 (0)