We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2206e2 commit 4b92979Copy full SHA for 4b92979
.github/workflows/add-docker-tag.yaml
@@ -45,4 +45,4 @@ jobs:
45
46
- name: Use regctl to copy images (add tags)
47
run: |
48
- regctl image copy {{ inputs.source-image }} {{ inputs.destination-image }}
+ regctl image copy ${{ inputs.source-image }} ${{ inputs.destination-image }}
0 commit comments