Merge pull request #20 from TheLovinator1/renovate/docker-build-push-action-3.x

Update docker/build-push-action action to v3
This commit is contained in:
2022-05-05 21:12:27 +02:00
committed by GitHub

View File

@ -36,7 +36,7 @@ jobs:
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action
- 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' }}