Skip to content

Commit

Permalink
chore: transfert repo ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Jul 5, 2024
1 parent c17ae81 commit cdc7a0e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions publishing.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
```
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</form>
</main>
<footer>
<p>Source: <a href="https://github.com/betagouv/moncomptepro-test-client">github.com/betagouv/moncomptepro-test-client</a></p>
<p>Source: <a href="https://github.com/numerique-gouv/moncomptepro-test-client">github.com/numerique-gouv/moncomptepro-test-client</a></p>
</footer>
</body>
</html>

0 comments on commit cdc7a0e

Please sign in to comment.