Update docker/build-push-action digest to cb8fc75 (#79)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-05 16:31:43 +00:00
committed by GitHub
parent ee015f9209
commit dd6a3f71ec
+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@ccc2b40e9ea6518f9252a22a990f8e868370f62e
uses: docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6
with:
context: .
push: ${{ github.event_name != 'pull_request' }}