This commit is contained in:
parent
e2bf0475eb
commit
b5df451e67
@ -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: Print tag
|
||||
run: echo "${{ steps.tag_vars.outputs.IMAGE_NAME }}"
|
||||
- name: Docker retag
|
||||
|
Loading…
Reference in New Issue
Block a user