From ff62d2b84dd499ef11412e6d27bcf2d49100fcba Mon Sep 17 00:00:00 2001 From: shreddedbacon Date: Fri, 24 Jan 2025 15:21:44 +1100 Subject: [PATCH] chore: use ghcr ssh-portal images --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a9e575c6..3f6aca89 100644 --- a/Makefile +++ b/Makefile @@ -11,13 +11,13 @@ IMAGE_TAG = # SSHPORTALAPI_IMAGE_REPO and SSHPORTALAPI_IMAGE_TAG are an easy way to override the ssh portal api image used in the local stack lagoon-core # only works for installations where INSTALL_STABLE_CORE=false -SSHPORTALAPI_IMAGE_REPO = shreddedbacon/ssh-portal-api -SSHPORTALAPI_IMAGE_TAG = latest +SSHPORTALAPI_IMAGE_REPO = ghcr.io/uselagoon/lagoon-ssh-portal/ssh-portal-api +SSHPORTALAPI_IMAGE_TAG = pr-497 # SSHTOKEN_IMAGE_REPO and SSHTOKEN_IMAGE_TAG are an easy way to override the ssh token image used in the local stack lagoon-core # only works for installations where INSTALL_STABLE_CORE=false -SSHTOKEN_IMAGE_REPO = shreddedbacon/ssh-token -SSHTOKEN_IMAGE_TAG = latest +SSHTOKEN_IMAGE_REPO = ghcr.io/uselagoon/lagoon-ssh-portal/ssh-token +SSHTOKEN_IMAGE_TAG = pr-497 # SSHPORTAL_IMAGE_REPO and SSHPORTAL_IMAGE_TAG are an easy way to override the ssh portal image used in the local stack lagoon-remote # only works for installations where INSTALL_STABLE_REMOTE=false