Merge pull request #28 from TheLovinator1/renovate/docker-build-push-action-4.x

Update docker/build-push-action action to v4
This commit is contained in:
2023-01-31 03:14:09 +01:00
committed by GitHub

View File

@ -36,7 +36,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@v3 uses: docker/build-push-action@v4
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}