Skip to content

Commit 114c153

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update docker/build-push-action action to v5
1 parent 5b51855 commit 114c153

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/ortdocker/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runs:
8585

8686
- name: Build image
8787
if: steps.check_image.outputs.result != 'found'
88-
uses: docker/build-push-action@v4
88+
uses: docker/build-push-action@v5
8989
with:
9090
context: .
9191
target: ${{ inputs.name }}

.github/workflows/docker-ort-runtime-ext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
type=raw,sha,enable=true,format=short
184184
185185
- name: Build ORT extended runtime image
186-
uses: docker/build-push-action@v4
186+
uses: docker/build-push-action@v5
187187
with:
188188
context: .
189189
file: Dockerfile-extended

.github/workflows/docker-ort-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
199199
- name: Build ORT runtime image
200200
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
201-
uses: docker/build-push-action@v4
201+
uses: docker/build-push-action@v5
202202
with:
203203
context: .
204204
target: run

0 commit comments

Comments
 (0)