Skip to content

Commit

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

0 comments on commit 05e4c10

Please sign in to comment.