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:
30
30
31
31
- name : Export tgz
32
32
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
34
34
35
35
- name : Release
36
36
uses : ncipollo/release-action@v1
37
37
if : startsWith(github.ref, 'refs/tags/')
38
38
with :
39
- artifacts : gitpod-azure -aks-guide.tgz
39
+ artifacts : gitpod-microsoft -aks-guide.tgz
40
40
allowUpdates : true
41
41
artifactErrorsFailBuild : true
42
42
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3
3
# set default shell
4
4
SHELL =/bin/bash -o pipefail -o errexit
5
5
6
- IMG =ghcr.io/gitpod-io/gitpod-azure -aks-guide:latest
6
+ IMG =ghcr.io/gitpod-io/gitpod-microsoft -aks-guide:latest
7
7
8
8
build : # # Build docker image containing the required tools for the installation
9
9
@docker build --quiet . -t ${IMG}
You can’t perform that action at this time.
0 commit comments