This commit is contained in:
parent
72f579b77f
commit
55e5e4f2cb
@ -18,7 +18,7 @@ jobs:
|
||||
run: export
|
||||
- name: Make tag
|
||||
id: tag_vars
|
||||
run: echo "IMAGE_NAME=$(echo '$GITHUB_SERVER_URL'/'$GITHUB_REPOSITORY' | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT
|
||||
run: echo "IMAGE_NAME=$(echo \"$GITHUB_SERVER_URL\"/\"$GITHUB_REPOSITORY\" | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT
|
||||
- name: Debug tag
|
||||
run: echo "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" | tr '[:upper:]' '[:lower:]'
|
||||
- name: Print tag
|
||||
|
Loading…
Reference in New Issue
Block a user