build(deps): bump docker/build-push-action from 4 to 5 (#234)

This commit is contained in:
dependabot[bot] 2023-10-09 12:46:25 +00:00 committed by GitHub
parent 9e4a1451f5
commit 38ce1f9cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ jobs:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action> - uses: docker/build-push-action@v5 # Action page: <https://github.com/docker/build-push-action>
with: with:
context: . context: .
file: Dockerfile file: Dockerfile

View File

@ -165,7 +165,7 @@ jobs: # Docs: <https://git.io/JvxXE>
- {uses: gacts/github-slug@v1, id: slug} - {uses: gacts/github-slug@v1, id: slug}
- uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action> - uses: docker/build-push-action@v5 # Action page: <https://github.com/docker/build-push-action>
with: with:
context: . context: .
file: Dockerfile file: Dockerfile