Skip to content

Commit

Permalink
fix: Separate image tag steps (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
helayoty committed Aug 18, 2022
1 parent 7107a0c commit 951ff82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
- name: Set image version
run: |
echo "IMG_VERSION=$(git describe --abbrev=0 --tags --always)" >> $GITHUB_ENV
echo "IMG_TAG=$(subst v,,$(IMG_VERSION)" >> $GITHUB_ENV
- run: |
echo "IMG_TAG=$(subst v,,${{ env.IMG_VERSION}})" >> $GITHUB_ENV
- name: Build image
run: |
Expand Down

0 comments on commit 951ff82

Please sign in to comment.