chore(deps): update docker/build-push-action digest to 1dc7386 (#193)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-16 15:12:30 +02:00
committed by GitHub
parent 3eab60524c
commit 0c29118218

View File

@@ -93,7 +93,7 @@ jobs:
fi
- name: Build and load
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
if: ${{ env.MISSING_TAG == 'true' }}
with:
context: ${{ matrix.dir }}
@@ -131,7 +131,7 @@ jobs:
- name: Build and push
id: build
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
if: ${{ env.MISSING_TAG == 'true' }}
with:
context: ${{ matrix.dir }}