Skip to content

Commit

Permalink
chore(docker): Use more common naming
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <[email protected]>
  • Loading branch information
heliocastro committed Sep 26, 2023
1 parent 5c28bbb commit 6d5d0aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ort-runtime-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# SPDX-License-Identifier: Apache-2.0
# License-Filename: LICENSE

name: Mega Docker extended image
name: Docker extended runtime image

on:
workflow_dispatch:
Expand All @@ -33,7 +33,7 @@ on:
- '*'
workflow_run:
workflows:
- 'Mega Docker runtime image'
- 'Docker runtime image'
types:
- completed

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 @@ -15,7 +15,7 @@
# SPDX-License-Identifier: Apache-2.0
# License-Filename: LICENSE

name: Mega Docker runtime image
name: Docker runtime image

on:
workflow_dispatch:
Expand Down

0 comments on commit 6d5d0aa

Please sign in to comment.