Skip to content

Commit 1dfb4a3

Browse files
anoop2811gw-lling
andauthored
Fix: replacing tags of busybox and alpine (#370)
- fixes issue #369 Signed-off-by: Anoop Gopalakrishnan <agopalakrishnan@guidewire.com> Co-authored-by: Lin Ling <lling@guidewire.com>
1 parent b69b78a commit 1dfb4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
image_tag=${{ steps.get_version.outputs.VERSION }}
2727
chart_version=${{ steps.get_version.outputs.VERSION }}
28-
sed -i "s/latest/${image_tag}/g" $HELM_CHART/values.yaml
28+
sed -i "s/tag: latest/tag: ${image_tag}/g" $HELM_CHART/values.yaml
2929
chart_semver=${chart_version#"v"}
3030
sed -i "s/0.1.0/$chart_semver/g" $HELM_CHART/Chart.yaml
3131
- uses: jnwng/github-app-installation-token-action@v2

0 commit comments

Comments
 (0)