Update docker/build-push-action digest to 84ad562 (#28)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-10 18:51:22 +00:00
committed by GitHub
parent de2733dabc
commit 4513555dca

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