File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030
3131 - name : Export tgz
3232 run : |
33- docker save ghcr.io/${{ github.repository }}:latest | gzip > gitpod-azure -aks-guide.tgz
33+ docker save ghcr.io/${{ github.repository }}:latest | gzip > gitpod-microsoft -aks-guide.tgz
3434
3535 - name : Release
3636 uses : ncipollo/release-action@v1
3737 if : startsWith(github.ref, 'refs/tags/')
3838 with :
39- artifacts : gitpod-azure -aks-guide.tgz
39+ artifacts : gitpod-microsoft -aks-guide.tgz
4040 allowUpdates : true
4141 artifactErrorsFailBuild : true
4242 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 33# set default shell
44SHELL =/bin/bash -o pipefail -o errexit
55
6- IMG =ghcr.io/gitpod-io/gitpod-azure -aks-guide:latest
6+ IMG =ghcr.io/gitpod-io/gitpod-microsoft -aks-guide:latest
77
88build : # # Build docker image containing the required tools for the installation
99 @docker build --quiet . -t ${IMG}
You can’t perform that action at this time.
0 commit comments