9494 - name : Build & Push 'ort' Docker Image
9595 id : build-ort
9696 if : ${{ github.event_name != 'pull_request' }}
97- uses : docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
97+ uses : docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
9898 with :
9999 context : .
100100 labels : ${{ needs.metadata.outputs.ort-labels }}
@@ -105,7 +105,7 @@ jobs:
105105 outputs : type=image,name=${{ env.REGISTRY }}/${{ github.repository_owner }}/ort,push-by-digest=true,name-canonical=true,push=true
106106 - name : Build 'ort' Docker Image
107107 if : ${{ github.event_name == 'pull_request' }}
108- uses : docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
108+ uses : docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
109109 with :
110110 context : .
111111 tags : ${{ needs.metadata.outputs.ort-tags }}
@@ -116,7 +116,7 @@ jobs:
116116 - name : Build & Push 'ort-minimal' Docker Image
117117 id : build-ort-minimal
118118 if : ${{ github.event_name != 'pull_request' }}
119- uses : docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
119+ uses : docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
120120 with :
121121 context : .
122122 # Do not "cache-to" here to not overwrite additional layers from the "full" image, which also contains all
@@ -129,7 +129,7 @@ jobs:
129129 outputs : type=image,name=${{ env.REGISTRY }}/${{ github.repository_owner }}/ort-minimal,push-by-digest=true,name-canonical=true,push=true
130130 - name : Build 'ort-minimal' Docker Image
131131 if : ${{ github.event_name == 'pull_request' }}
132- uses : docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
132+ uses : docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
133133 with :
134134 context : .
135135 labels : ${{ needs.metadata.outputs.ort-minimal-labels }}
0 commit comments