pipeline runner
Some checks failed
S3 mount container image build / build (push) Failing after 11s

This commit is contained in:
Tanguy Herbron 2023-08-05 11:57:35 +02:00
parent 72f579b77f
commit 55e5e4f2cb

View File

@ -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