1
0
mirror of https://github.com/schollz/croc synced 2024-07-05 09:08:53 +00:00

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
This commit is contained in:
Zack 2024-06-22 08:25:17 -07:00 committed by GitHub
commit dd3e3ff1ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile