Merge pull request #229 from vranki/dependabot/github_actions/docker/build-push-action-4.0.0

Bump docker/build-push-action from 3.2.0 to 4.0.0
This commit is contained in:
Ville Ranki 2023-03-06 09:22:06 +02:00 committed by GitHub
commit 34dfe5e878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
push: ${{ github.event_name != 'pull_request' }}