Update docker/build-push-action digest to 0788c44 (#45)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-15 20:12:53 +00:00
committed by GitHub
parent 32a0d93418
commit 2615581246

View File

@@ -51,7 +51,7 @@ jobs:
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
- name: Build and push Docker image
id: push
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
uses: docker/build-push-action@0788c444d8b4d67580213712e34a148cae3a6c4e
with:
context: .
push: ${{ github.event_name != 'pull_request' }}