Merge pull request #77 from skjnldsv/dependabot/github_actions/docker/build-push-action-6.18.0

This commit is contained in:
dependabot[bot]
2025-08-19 10:15:30 +00: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@1dc73863535b631f98b2378be8619f83b136f4a0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
with:
context: .
push: ${{ github.event_name != 'pull_request' }}