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:56:45 +02:00
parent 9364e0a423
commit 72f579b77f

View File

@ -19,8 +19,8 @@ jobs:
- name: Make tag
id: tag_vars
run: echo "IMAGE_NAME=$(echo '$GITHUB_SERVER_URL'/'$GITHUB_REPOSITORY' | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT
- name: Print tag
run: echo '$GITHUB_SERVER_URL'/'$GITHUB_REPOSITORY' | tr '[:upper:]' '[:lower:]'
- name: Debug tag
run: echo "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" | tr '[:upper:]' '[:lower:]'
- name: Print tag
run: echo ${{ steps.tag_vars.outputs.IMAGE_NAME }}
- name: Docker retag