From e1841cbdcc5d9f2b88c074e7a65cee98b56e5dae Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 5 May 2025 11:29:14 +0200 Subject: [PATCH 1/2] ci(mirror): Include image and version in run-name --- .github/workflows/mirror.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index c9a4b700e..859529aeb 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -1,7 +1,7 @@ --- name: Mirror Container Image run-name: | - Mirror Container Image (attempt #${{ github.run_attempt }}) + Mirror Container Image (${{ inputs.image-repository-uri }}, ${{ inputs.image-index-manifest-tag }}, attempt #${{ github.run_attempt }}) on: workflow_dispatch: From 3f40cda913dbf1f00024bfc4c1fa0ce7dca91efb Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 5 May 2025 11:43:11 +0200 Subject: [PATCH 2/2] chore: Use colon --- .github/workflows/mirror.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index 859529aeb..b34aa7366 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -1,7 +1,7 @@ --- name: Mirror Container Image run-name: | - Mirror Container Image (${{ inputs.image-repository-uri }}, ${{ inputs.image-index-manifest-tag }}, attempt #${{ github.run_attempt }}) + Mirror Container Image (${{ inputs.image-repository-uri }}:${{ inputs.image-index-manifest-tag }}, attempt #${{ github.run_attempt }}) on: workflow_dispatch: