Skip to content

Commit

Permalink
Fix script definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Apr 25, 2024
1 parent ed50beb commit edd349c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: tar -xvf pose*.tar.gz

- name: Define $TAG variable
run: ./pose slug $GITHUB_REF_NAME >> $TAG
run: echo "TAG=$(./pose slug $GITHUB_REF_NAME)" >> "$GITHUB_ENV"

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

0 comments on commit edd349c

Please sign in to comment.