Skip to content

Commit

Permalink
ci: rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Sep 6, 2021
1 parent d2b0b16 commit d74a520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- name: Export tgz
run: |
docker save ghcr.io/${{ github.repository }}:latest | gzip > gitpod-azure-aks-guide.tgz
docker save ghcr.io/${{ github.repository }}:latest | gzip > gitpod-microsoft-aks-guide.tgz
- name: Release
uses: ncipollo/release-action@v1
if: startsWith(github.ref, 'refs/tags/')
with:
artifacts: gitpod-azure-aks-guide.tgz
artifacts: gitpod-microsoft-aks-guide.tgz
allowUpdates: true
artifactErrorsFailBuild: true
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# set default shell
SHELL=/bin/bash -o pipefail -o errexit

IMG=ghcr.io/gitpod-io/gitpod-azure-aks-guide:latest
IMG=ghcr.io/gitpod-io/gitpod-microsoft-aks-guide:latest

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

0 comments on commit d74a520

Please sign in to comment.