Skip to content

Commit

Permalink
Try to reference correct version in Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
richiejp committed Apr 11, 2024
1 parent c03f655 commit ac0612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-dockerhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
tar -xvf helmify.tar.gz
chmod +x helmify
sudo mv helmify /usr/bin/helmify
make helm-controller
RELEASE_VERSION=${GITHUB_REF#refs/*/}
RELEASE_VERSION=${RELEASE_VERSION#v}
version="$RELEASE_VERSION" # -$(date +%s)"
IMG="${{ env.IMAGE_NAME }}:$version" make helm-controller
echo "Packaging version $version"
#version="0.0.1+main-${GITHUB_SHA:0:7}-$(date +%s)"
app_version=$RELEASE_VERSION
Expand Down

0 comments on commit ac0612b

Please sign in to comment.