diff --git a/.github/workflows/web.yaml b/.github/workflows/web.yaml index 9d6a5c65..0ff35da3 100644 --- a/.github/workflows/web.yaml +++ b/.github/workflows/web.yaml @@ -57,9 +57,9 @@ jobs: # Update the Helm values file with the new image tag and version DATETIME=$(date +'%Y-%m-%d %H:%M:%S') # Get current date and time - sed -i "s/apitag: .*/apitag: dev-${{ steps.short_sha.outputs.SHORT_SHA }} # Image Updated on $DATETIME/" ../deploy/dev_values.yaml + sed -i "s/webtag: .*/webtag: dev-${{ steps.short_sha.outputs.SHORT_SHA }} # Image Updated on $DATETIME/" ../deploy/dev_values.yaml - sed -i "s/apitag: .*/apitag: dev-${{ steps.short_sha.outputs.SHORT_SHA }} # Image Updated on $DATETIME/" web/values.yaml + sed -i "s/webtag: .*/webtag: dev-${{ steps.short_sha.outputs.SHORT_SHA }} # Image Updated on $DATETIME/" web/values.yaml # Commit and push the changes git config --global user.email "actions@github.com"