Skip to content

Commit e1841cb

Browse files
committed
ci(mirror): Include image and version in run-name
1 parent 286c587 commit e1841cb

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)