Skip to content

Commit

Permalink
fixed github action so the correctly tagged image get pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Jan 24, 2024
1 parent e8ccab8 commit c4e969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smile-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# calculate the version and all tags
if [ "$BRANCH" == "main" ]; then
version=$(grep '"version"' www/package.json | sed 's/.*"\([0-9\.]*\)", *$/\1/')
VERSION=$(grep '"version"' package.json | sed 's/.*"\([0-9\.]*\)", *$/\1/')
tags="latest"
oldversion=""
tmpversion="${VERSION}"
Expand Down

0 comments on commit c4e969a

Please sign in to comment.