Bump docker/build-push-action from 4 to 5 (#40)

This commit is contained in:
dependabot[bot] 2023-10-02 06:53:50 +00:00 committed by GitHub
parent 6d215e502c
commit 7490d4dce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,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: .
push: true push: true