Skip to content

Commit 9ec031e

Browse files
Update docker/build-push-action digest to 11be14d (#212)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92633f3 commit 9ec031e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: Build Docker image
197197
id: build
198198
timeout-minutes: 25
199-
uses: docker/build-push-action@8796455d3250bab0b8ea17630e10645c29a1249a
199+
uses: docker/build-push-action@11be14d908760a0756f045980728ec5fb7880f74
200200
with:
201201
context: .
202202
load: true
@@ -233,7 +233,7 @@ jobs:
233233
- name: Push image
234234
id: push
235235
timeout-minutes: 60
236-
uses: docker/build-push-action@8796455d3250bab0b8ea17630e10645c29a1249a
236+
uses: docker/build-push-action@11be14d908760a0756f045980728ec5fb7880f74
237237
with:
238238
context: .
239239
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)