Skip to content

Commit

Permalink
chore: update pipeline imagetag var
Browse files Browse the repository at this point in the history
  • Loading branch information
tlebon authored and atomrc committed Mar 7, 2024
1 parent f4cd303 commit 8885b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ jobs:
stage="production"
fi
yarn docker "$dist" "$stage" ${GITHUB_SHA} ./tag.txt
echo "image_tag=$(cat ./tag.txt)" >> $GITHUB_OUTPUT
image_tag=$(cat ./tag.txt)
echo "image_tag=$image_tag" >> $GITHUB_OUTPUT
echo "Pushed also unique docker tag $image_tag"
- uses: azure/setup-helm@v4
Expand Down

0 comments on commit 8885b19

Please sign in to comment.