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 3c10c1e commit 0d42d3fCopy full SHA for 0d42d3f
action.yml
@@ -34,7 +34,7 @@ runs:
34
docker_repo=${GITHUB_REPOSITORY/opensciencegrid\/docker-/opensciencegrid/}
35
tag_list=()
36
for image_tag in "$REPO" "$REPO-$(date +%Y%m%d-%H%M)"; do
37
- tag_list+=("${{ inputs.resitry_url }}/$docker_repo":"$image_tag")
+ tag_list+=("${{ inputs.registry_url }}/$docker_repo":"$image_tag")
38
done
39
IFS=,
40
echo "::set-output name=taglist::${tag_list[*]}"
0 commit comments