Skip to content

Commit

Permalink
Fix print tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Apr 25, 2024
1 parent 4eaf389 commit 8606a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:

- name: Define $TAG variable
run: echo "TAG=$(./pose slug $GITHUB_REF_NAME)" >> "$GITHUB_ENV"
- run: echo "Tag is --> $TAG"
- name: Print tag and image names
run: echo -e "- TAG --> $TAG\n- IMAGE --> mrsarm/django-coleman:$TAG"

- name: Build the Docker image
run: ./docker-build.sh $TAG
Expand Down

0 comments on commit 8606a9e

Please sign in to comment.