Update docker/build-push-action action to v4

This commit is contained in:
renovate[bot]
2023-01-30 20:26:55 +00:00
committed by GitHub
parent 9a90385fae
commit 540ab1a6df

View File

@ -36,7 +36,7 @@ jobs:
flavor: latest=${{ github.ref == 'refs/heads/master' }}
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.event_name != 'pull_request' }}