Skip to content

Commit 7017c40

Browse files
Update docker/build-push-action digest to 0adf995
1 parent afc035c commit 7017c40

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@ca877d9245402d1537745e0e356eab47c3520991
192+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
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@ca877d9245402d1537745e0e356eab47c3520991
228+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
229229
with:
230230
context: .
231231
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)