File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 - name : Set up Docker Buildx
140140 uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
141141 - name : Build ORT Docker Image
142- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
142+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
143143 with :
144144 context : .
145145 load : true
Original file line number Diff line number Diff line change 5454 type=sha
5555 - name : Build & Push 'ort' Docker Image
5656 if : ${{ github.event_name != 'pull_request' }}
57- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
57+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
5858 with :
5959 context : .
6060 push : true
6666 sbom : true
6767 - name : Build 'ort' Docker Image
6868 if : ${{ github.event_name == 'pull_request' }}
69- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
69+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
7070 with :
7171 context : .
7272 tags : ${{ steps.meta-ort.outputs.tags }}
8787 type=ref,event=tag
8888 type=sha
8989 - name : Build & Push 'ort-minimal' Docker Image
90- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
90+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
9191 with :
9292 context : .
9393 # 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