Skip to content

Commit

Permalink
Split echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed May 10, 2024
1 parent f0f6ed3 commit 3265ebf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3265ebf

Please sign in to comment.