Update docker/build-push-action digest to 548776e (#35)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-08 21:46:22 +00:00
committed by GitHub
parent fd5d6aa0c1
commit f33abb328a

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