⬆️ Update docker/build-push-action action to v3 (#146)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-13 13:50:22 +02:00 committed by GitHub
parent 94cb28c642
commit bc0f30e493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push ${{matrix.arch}}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{env.TAGS}}