Merge pull request #15 from skjnldsv/dependabot/github_actions/docker/build-push-action-3.3.0

This commit is contained in:
John Molakvoæ
2023-01-17 09:32:49 +01:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3
with:
context: .
push: ${{ github.event_name != 'pull_request' }}