diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 06c4432..e60375e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -26,7 +26,9 @@ jobs: - name: Define $TAG variable run: echo "TAG=$(./pose slug $GITHUB_REF_NAME)" >> "$GITHUB_ENV" - name: Print tag and image names - run: echo -e "- TAG --> $TAG\n- IMAGE --> mrsarm/django-coleman:$TAG" + run: | + echo "- TAG --> $TAG" + echo "- IMAGE --> mrsarm/django-coleman:$TAG" - name: Build the Docker image run: ./docker-build.sh $TAG