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

This commit is contained in:
Tanguy Herbron 2023-08-05 12:03:33 +02:00
parent 1928d6a3bb
commit 33def3e634

View File

@ -14,7 +14,7 @@ jobs:
steps:
- 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 pull