Bump docker/build-push-action from 2 to 3 (#19)

This commit is contained in:
dependabot[bot] 2022-06-01 17:04:29 +00:00 committed by GitHub
parent 66c11e684a
commit fa2bd9ac44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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