Skip to content

Commit 0c29118

Browse files
chore(deps): update docker/build-push-action digest to 1dc7386 (#193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3eab605 commit 0c29118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
fi
9494
9595
- name: Build and load
96-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
96+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
9797
if: ${{ env.MISSING_TAG == 'true' }}
9898
with:
9999
context: ${{ matrix.dir }}
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Build and push
133133
id: build
134-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
134+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
135135
if: ${{ env.MISSING_TAG == 'true' }}
136136
with:
137137
context: ${{ matrix.dir }}

0 commit comments

Comments
 (0)