Update docker/build-push-action digest to 55146d9 (#66)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-07 01:09:38 +00:00
committed by GitHub
parent bd8fc6c44b
commit 37dc2763e3
+1 -1
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@263435318d21b8e681c14492fe198d362a7d2c83
uses: docker/build-push-action@55146d969b0dff1a5c12630229609757af5b1081
with:
context: .
push: ${{ github.event_name != 'pull_request' }}