summaryrefslogtreecommitdiff
path: root/cmd/authelia-scripts/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/authelia-scripts/const.go')
-rw-r--r--cmd/authelia-scripts/const.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/authelia-scripts/const.go b/cmd/authelia-scripts/const.go
index efb83cde0..87b2ed99c 100644
--- a/cmd/authelia-scripts/const.go
+++ b/cmd/authelia-scripts/const.go
@@ -9,6 +9,11 @@ var DockerImageName = "authelia/authelia"
// IntermediateDockerImageName local name of the docker image.
var IntermediateDockerImageName = "authelia:dist"
+var registries = []string{"docker.io", "ghcr.io"}
+
+const dockerhub = "docker.io"
+const ghcr = "ghcr.io"
+
const masterTag = "master"
const stringFalse = "false"
const stringTrue = "true"