Skip to content

Commit 4b92979

Browse files
authored
Update add-docker-tag.yaml
1 parent b2206e2 commit 4b92979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-docker-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
4646
- name: Use regctl to copy images (add tags)
4747
run: |
48-
regctl image copy {{ inputs.source-image }} {{ inputs.destination-image }}
48+
regctl image copy ${{ inputs.source-image }} ${{ inputs.destination-image }}

0 commit comments

Comments
 (0)