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

This commit is contained in:
Tanguy Herbron 2023-08-05 11:59:20 +02:00
parent 6bd4288a3b
commit 41a99b4b9d

View File

@ -18,9 +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
- name: Debug tag
run: echo "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" | tr '[:upper:]' '[:lower:]'
run: echo "IMAGE_NAME=$(echo \"$GITHUB_SERVER_URL\"/\"$GITHUB_REPOSITORY\" | tr '[:upper:]' '[:lower:]'" >> $GITHUB_OUTPUT
- name: Print tag
run: echo ${{ steps.tag_vars.outputs }}
- name: Docker retag