Bump docker/build-push-action from 3 to 4 (#33)

This commit is contained in:
dependabot[bot] 2023-02-01 17:11:51 +00:00 committed by GitHub
parent a1a23544ac
commit 7b6870751c
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@v3 # Action page: <https://github.com/docker/build-push-action> - uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action>
with: with:
context: . context: .
push: true push: true