diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76215c3..dfd3247 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/betagouv/moncomptepro-test-client + images: ghcr.io/numerique-gouv/moncomptepro-test-client tags: | type=sha,format=long,prefix= type=ref,event=branch diff --git a/README.md b/README.md index 790d2e4..1cfeeaf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This tool is full configured using environment variables. Pull the image: ``` -docker pull ghcr.io/betagouv/moncomptepro-test-client +docker pull ghcr.io/numerique-gouv/moncomptepro-test-client ``` Run the container: @@ -24,7 +24,7 @@ Run the container: docker run --rm \ -p 3000:3000 \ -e PORT=3000 \ -ghcr.io/betagouv/moncomptepro-test-client +ghcr.io/numerique-gouv/moncomptepro-test-client ``` ## Run it with Docker Compose @@ -77,7 +77,7 @@ logout_callbacks: ["http://localhost:3000/"] authorized_scopes: openid email profile organization ``` -More clients are available at: https://github.com/betagouv/moncomptepro/blob/master/scripts/fixtures.sql +More clients are available at: https://github.com/numerique-gouv/moncomptepro/blob/master/scripts/fixtures.sql ## Run Cypress test diff --git a/publishing.md b/publishing.md index 4553462..e10e0f2 100644 --- a/publishing.md +++ b/publishing.md @@ -1,7 +1,7 @@ # Publishing docker image ``` -docker build -t betagouv/moncomptepro-test-client . +docker build -t numerique-gouv/moncomptepro-test-client . ``` Authenticate to the github docker registery: @@ -11,5 +11,5 @@ https://docs.github.com/en/packages/working-with-a-github-packages-registry/work Then ``` -docker push ghcr.io/betagouv/moncomptepro-test-client +docker push ghcr.io/numerique-gouv/moncomptepro-test-client ``` diff --git a/views/index.ejs b/views/index.ejs index 060dc20..242d57d 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -112,7 +112,7 @@