Skip to content

Commit c667506

Browse files
Update docker/build-push-action digest to 7e09459 (#258)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d15a513 commit c667506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- name: Build Docker image
190190
id: build
191191
timeout-minutes: 25
192-
uses: docker/build-push-action@11be14d908760a0756f045980728ec5fb7880f74
192+
uses: docker/build-push-action@7e094594beda23fc8f21fa31049f4b203e51096b
193193
with:
194194
context: .
195195
load: true
@@ -225,7 +225,7 @@ jobs:
225225
- name: Push image
226226
id: push
227227
timeout-minutes: 60
228-
uses: docker/build-push-action@11be14d908760a0756f045980728ec5fb7880f74
228+
uses: docker/build-push-action@7e094594beda23fc8f21fa31049f4b203e51096b
229229
with:
230230
context: .
231231
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)