Skip to content

Commit d74a520

Browse files
committed
ci: rename project
1 parent d2b0b16 commit d74a520

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# set default shell
44
SHELL=/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

88
build: ## Build docker image containing the required tools for the installation
99
@docker build --quiet . -t ${IMG}

0 commit comments

Comments
 (0)