chore(deps): update docker/build-push-action action to v3 (#10)

Co-authored-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
This commit is contained in:
plural-renovate[bot] 2022-11-09 15:42:19 +01:00 committed by GitHub
parent c986173d3a
commit 2353049afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: "."
file: "./Dockerfile"