outposts: fallback to ghcr
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
8aa16e66e4
commit
16076cc46f
|
@ -183,7 +183,7 @@ class DockerController(BaseController):
|
||||||
try:
|
try:
|
||||||
self.client.images.pull(image)
|
self.client.images.pull(image)
|
||||||
except DockerException: # pragma: no cover
|
except DockerException: # pragma: no cover
|
||||||
image = f"goauthentik.io/{self.outpost.type}:latest"
|
image = f"ghcr.io/goauthentik/{self.outpost.type}:latest"
|
||||||
self.client.images.pull(image)
|
self.client.images.pull(image)
|
||||||
return image
|
return image
|
||||||
|
|
||||||
|
|
Reference in New Issue