Update docker/build-push-action digest to 14487ce (#41)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-23 21:59:54 +00:00
committed by GitHub
parent 41a87cd505
commit e06055d373

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@c566248492c912e39910ac79e2f05a82260233a8
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
with:
context: .
push: ${{ github.event_name != 'pull_request' }}