Skip to content

Commit ee19953

Browse files
committed
Update image name
1 parent 1635996 commit ee19953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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=gitpod-eks
6+
IMG=ghcr.io/gitpod-io/gitpod-eks-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)