Last active
March 2, 2019 12:57
-
-
Save carolynvs/513b91caadaa1dbb2fd8bde24496e976 to your computer and use it in GitHub Desktop.
Publish Helm Charts to Azure storage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build-image: | |
docker build -t build-image ./scripts/build-image/ | |
charts-push: build-image | |
docker run --rm -it \ | |
-v `pwd`:/go/src/github.com/carolynvs/mypkg \ | |
-e AZURE_STORAGE_CONNECTION_STRING \ | |
build-image ./scripts/push-charts.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment