Skip to content

Commit 7bce697

Browse files
Techassilabrenbe
authored andcommitted
ci(mirror): Include image name and version in run-name (#1089)
* ci(mirror): Include image and version in run-name * chore: Use colon
1 parent 692f0ba commit 7bce697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Mirror Container Image
33
run-name: |
4-
Mirror Container Image (attempt #${{ github.run_attempt }})
4+
Mirror Container Image (${{ inputs.image-repository-uri }}:${{ inputs.image-index-manifest-tag }}, attempt #${{ github.run_attempt }})
55
66
on:
77
workflow_dispatch:

0 commit comments

Comments
 (0)