Skip to content

Commit

Permalink
deps: update docker/build-push-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sschuberth committed Sep 26, 2023
1 parent 5b51855 commit 114c153
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ortdocker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:

- name: Build image
if: steps.check_image.outputs.result != 'found'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
target: ${{ inputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-ort-runtime-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
type=raw,sha,enable=true,format=short
- name: Build ORT extended runtime image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile-extended
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-ort-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Build ORT runtime image
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
target: run
Expand Down

0 comments on commit 114c153

Please sign in to comment.