Update docker/build-push-action action to v3

This commit is contained in:
Renovate Bot 2022-05-05 19:45:14 +00:00 committed by Oskar
parent 667d98725e
commit 35fe40fd84
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
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' }}