Update docker/build-push-action action to v3

This commit is contained in:
Renovate Bot
2022-05-05 19:07:16 +00:00
parent 81dd5e0ce2
commit 687e2db409

View File

@ -36,7 +36,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: ${{ github.event_name != 'pull_request' }}