Skip to content

Commit dd3e3ff

Browse files
authored
Merge pull request #740 from schollz/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6
2 parents 1e34537 + 6c7120e commit dd3e3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}
5555
-
5656
name: Build and push
57-
uses: docker/build-push-action@v5
57+
uses: docker/build-push-action@v6
5858
with:
5959
context: .
6060
file: ./Dockerfile

0 commit comments

Comments
 (0)