Update docker/build-push-action action to v3

This commit is contained in:
renovate[bot]
2022-09-26 01:22:01 +00:00
committed by GitHub
parent 836a90ff0b
commit 7d6183701c

View File

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