Skip to content

Commit e289f4c

Browse files
authored
Merge pull request #2151 from ozhuraki/helm-push-ci
scripts: Add helm-push to push-image.sh script
2 parents 8177c90 + e061d7b commit e289f4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/test-infra/push-image.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ gcloud auth configure-docker
1010

1111
# Build and push images
1212
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 make push-all $VERSION_OVERRIDE
13+
14+
go install helm.sh/helm/v3/cmd/[email protected]
15+
16+
make helm-push $VERSION_OVERRIDE

0 commit comments

Comments
 (0)