File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
- name : Set up Docker Buildx
140
140
uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
141
141
- name : Build ORT Docker Image
142
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
142
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
143
143
with :
144
144
context : .
145
145
load : true
Original file line number Diff line number Diff line change 54
54
type=sha
55
55
- name : Build & Push 'ort' Docker Image
56
56
if : ${{ github.event_name != 'pull_request' }}
57
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
57
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
58
58
with :
59
59
context : .
60
60
push : true
66
66
sbom : true
67
67
- name : Build 'ort' Docker Image
68
68
if : ${{ github.event_name == 'pull_request' }}
69
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
69
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
70
70
with :
71
71
context : .
72
72
tags : ${{ steps.meta-ort.outputs.tags }}
87
87
type=ref,event=tag
88
88
type=sha
89
89
- name : Build & Push 'ort-minimal' Docker Image
90
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
90
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
91
91
with :
92
92
context : .
93
93
# Do not "cache-to" here to not overwrite additional layers from the "full" image, which also contains all
You can’t perform that action at this time.
0 commit comments