diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 06c4432..427a0a6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -24,9 +24,9 @@ jobs: | tar -xz - 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=$(./pose slug $GITHUB_REF_NAME)" >> "$GITHUB_ENV" + echo -e "- TAG --> $TAG\n- IMAGE --> mrsarm/django-coleman:$TAG" - name: Build the Docker image run: ./docker-build.sh $TAG