Skip to content

Commit

Permalink
deps: update docker/build-push-action digest to 5176d81
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fviernau committed Jul 22, 2024
1 parent aee9f08 commit 85936e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3
- name: Build ORT Docker Image
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6
with:
context: .
load: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
type=sha
- name: Build & Push 'ort' Docker Image
if: ${{ github.event_name != 'pull_request' }}
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6
with:
context: .
push: true
Expand All @@ -67,7 +67,7 @@ jobs:
build-args: ORT_VERSION=${{ env.ORT_VERSION }}
- name: Build 'ort' Docker Image
if: ${{ github.event_name == 'pull_request' }}
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6
with:
context: .
tags: ${{ steps.meta-ort.outputs.tags }}
Expand All @@ -87,7 +87,7 @@ jobs:
type=ref,event=tag
type=sha
- name: Build & Push 'ort-minimal' Docker Image
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6
with:
context: .
# Do not "cache-to" here to not overwrite additional layers from the "full" image, which also contains all
Expand Down

0 comments on commit 85936e7

Please sign in to comment.