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

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-05-07 06:19:55 +00:00 committed by David Mehren
parent cc3564622d
commit be52e89ad0

View file

@ -25,7 +25,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build dev image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: true
file: docker/Dockerfile
@ -80,7 +80,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: ${{ github.event_name != 'pull_request' }}
file: docker/Dockerfile