Skip to content

Commit

Permalink
ci(github): use ghcr.io/betagouv/moncomptepro-test-client image
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 20, 2023
1 parent 15ff677 commit 4176ed7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "!master"

env:
ACCESS_LOG_PATH:
ACCESS_LOG_PATH: ""
PGUSER: api-auth
PGPASSWORD: api-auth
PGDATABASE: api-auth-test
Expand All @@ -24,8 +24,7 @@ env:
DO_NOT_USE_ANNUAIRE_EMAILS: "True"
DO_NOT_AUTHENTICATE_BROWSER: "True"
SESSION_COOKIE_SECRET: secret
DEBOUNCE_API_KEY:
SENTRY_DSN:
SENTRY_DSN: ""
INSEE_CONSUMER_KEY: ${{ secrets.INSEE_CONSUMER_KEY }}
INSEE_CONSUMER_SECRET: ${{ secrets.INSEE_CONSUMER_SECRET }}
CYPRESS_MAILSLURP_API_KEY: ${{ secrets.MAILSLURP_API_KEY }}
Expand All @@ -52,7 +51,7 @@ jobs:
runs-on: ubuntu-20.04
services:
moncomptepro-standard-client:
image: rdubigny/moncomptepro-test-client
image: ghcr.io/betagouv/moncomptepro-test-client
ports:
- 4000:4000
env:
Expand All @@ -65,7 +64,7 @@ jobs:
MCP_SCOPES: openid email profile organization
STYLESHEET_URL: ""
moncomptepro-agentconnect-client:
image: rdubigny/moncomptepro-test-client
image: ghcr.io/betagouv/moncomptepro-test-client
ports:
- 4001:4001
env:
Expand All @@ -80,7 +79,7 @@ jobs:
MCP_USERINFO_SIGNED_RESPONSE_ALG: ES256
STYLESHEET_URL: ""
moncomptepro-legacy-client:
image: rdubigny/moncomptepro-test-client
image: ghcr.io/betagouv/moncomptepro-test-client
ports:
- 4002:4002
env:
Expand Down
2 changes: 1 addition & 1 deletion installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ version: "3.5"

services:
oidc-test-client:
image: rdubigny/moncomptepro-test-client
image: ghcr.io/betagouv/moncomptepro-test-client
ports:
- 9009:9009
environment:
Expand Down

0 comments on commit 4176ed7

Please sign in to comment.