Skip to content

Commit

Permalink
feat: building the new image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ani1357 committed Nov 18, 2024
1 parent 890359d commit e4610b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cloudtty-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
set -e
if "${{ github.ref_name }}" != "main"; then
NEW_VERSION=${{ github.ref_name }}
NEW_VERSION="${{ github.ref_name }}"
echo "NEW_VERSION=${NEW_VERSION}" >> $GITHUB_ENV
exit 0
fi
# # Set the first image version to '0.1.0' if the repo does not exists.
Expand Down

0 comments on commit e4610b4

Please sign in to comment.