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

This commit is contained in:
Tanguy Herbron 2023-08-05 11:54:06 +02:00
parent e2bf0475eb
commit b5df451e67

View File

@ -18,7 +18,7 @@ jobs:
run: export run: export
- name: Make tag - name: Make tag
id: tag_vars 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 - name: Print tag
run: echo "${{ steps.tag_vars.outputs.IMAGE_NAME }}" run: echo "${{ steps.tag_vars.outputs.IMAGE_NAME }}"
- name: Docker retag - name: Docker retag