Skip to content

Commit a91733c

Browse files
renovate[bot]sschuberth
authored andcommittedFeb 26, 2025·
deps: update docker/build-push-action digest to 471d1dc
1 parent 63d424d commit a91733c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Set up Docker Buildx
140140
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
141141
- name: Build ORT Docker Image
142-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
142+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
143143
with:
144144
context: .
145145
load: true

‎.github/workflows/docker-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
type=sha
5555
- name: Build & Push 'ort' Docker Image
5656
if: ${{ github.event_name != 'pull_request' }}
57-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
57+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
5858
with:
5959
context: .
6060
push: true
@@ -66,7 +66,7 @@ jobs:
6666
sbom: true
6767
- name: Build 'ort' Docker Image
6868
if: ${{ github.event_name == 'pull_request' }}
69-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
69+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
7070
with:
7171
context: .
7272
tags: ${{ steps.meta-ort.outputs.tags }}
@@ -87,7 +87,7 @@ jobs:
8787
type=ref,event=tag
8888
type=sha
8989
- name: Build & Push 'ort-minimal' Docker Image
90-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
90+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
9191
with:
9292
context: .
9393
# Do not "cache-to" here to not overwrite additional layers from the "full" image, which also contains all

0 commit comments

Comments
 (0)
Please sign in to comment.