Merge pull request #27 from skjnldsv/dependabot/github_actions/docker/build-push-action-4.1.1

Bump docker/build-push-action from 4.0.0 to 4.1.1
This commit is contained in:
John Molakvoæ
2024-06-20 22:22:17 +02:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
with:
context: .
push: ${{ github.event_name != 'pull_request' }}