Skip to content

Commit b06e2ae

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update docker/build-push-action digest to 2634353
1 parent c5547f6 commit b06e2ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
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@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

.github/workflows/docker-build.yml

Lines changed: 3 additions & 3 deletions
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@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
57+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # 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@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
69+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # 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@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

0 commit comments

Comments
 (0)