Update docker/build-push-action digest to 66147ca (#34)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-07 21:59:13 +00:00
committed by GitHub
parent 3c64846294
commit fd5d6aa0c1

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