Skip to content

Commit ed588cd

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update docker/build-push-action digest to 601a80b
1 parent fe628a3 commit ed588cd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Set up Docker Buildx
128128
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
129129
- name: Build ORT Docker Image
130-
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
130+
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
131131
with:
132132
context: .
133133
load: true

.github/workflows/docker-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
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

Comments
 (0)