diff --git a/Dockerfile-SAML b/Dockerfile-SAML index d16b89d0..77d9cd91 100644 --- a/Dockerfile-SAML +++ b/Dockerfile-SAML @@ -2,4 +2,4 @@ FROM alpine:latest # Set the command to execute -CMD echo "This image is deprecated, use ghr.io/salopensource/sal and set USE_SAML=True in your settings.py" && exit 1 \ No newline at end of file +CMD echo "This image is deprecated, use ghcr.io/salopensource/sal and set USE_SAML=True in your settings.py" && exit 1 \ No newline at end of file diff --git a/Makefile b/Makefile index efccda1b..d51470bf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DOCKER_USER=ghr.io/salopensource +DOCKER_USER=ghcr.io/salopensource ADMIN_PASS=pass SAL_PORT=8000 DB_NAME=sal diff --git a/README.md b/README.md index 7d5a5cb4..819813e8 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ docker run -d --name="sal" \ -v /yourpath/metadata.xml:/home/docker/sal/sal/metadata.xml \ -v /yourpath/settings.py:/home/docker/sal/sal/settings.py \ --restart="always" \ -ghr.io/salopensource/sal:latest +ghcr.io/salopensource/sal:latest ``` ### Notes on OneLogin diff --git a/sal/version.plist b/sal/version.plist index c9090a1a..0da8eded 100644 --- a/sal/version.plist +++ b/sal/version.plist @@ -3,6 +3,6 @@ version - 4.4.0.2307 + 4.4.0.2308