Skip to content

Commit e615a57

Browse files
authored
Add more telling name to push-docker-artifacts
1 parent 20ee915 commit e615a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-artifacts-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ permissions:
4141

4242
jobs:
4343
post-build:
44-
name: Push docker artifacts to ${{ inputs.customer }}
44+
name: Push ${{ inputs.repository }}:${{ inputs.image_tag }} docker artifacts to ${{ inputs.customer }}
4545
runs-on: ${{ inputs.runs_on || 'ubuntu-22.04' }}
4646

4747
steps:

0 commit comments

Comments
 (0)