Skip to content

Commit

Permalink
switch to use updated image
Browse files Browse the repository at this point in the history
  • Loading branch information
jackHay22 committed Nov 15, 2023
1 parent 59fde56 commit 27a65ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-db-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ports:
- "9000:9000"
simplesaml:
image: kristophjunge/test-saml-idp
image: allspice/simple-saml
ports:
- "8080:8080"
env:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
services:
simplesaml:
image: kristophjunge/test-saml-idp
image: allspice/simple-saml
ports:
- "8080:8080"
env:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- "587:587"
- "993:993"
simplesaml:
image: kristophjunge/test-saml-idp
image: allspice/simple-saml
ports:
- "8080:8080"
env:
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
ports:
- "1433:1433"
simplesaml:
image: kristophjunge/test-saml-idp
image: allspice/simple-saml
ports:
- "8080:8080"
env:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ docker run \
-e SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://localhost:3003/user/saml/test-sp/acs \
-e SIMPLESAMLPHP_SP_SINGLE_LOGOUT_SERVICE=http://localhost:3003/user/saml/test-sp/acs \
--add-host=localhost:192.168.65.2 \
-d kristophjunge/test-saml-idp
-d allspice/simple-saml
```

```shell
Expand Down

0 comments on commit 27a65ab

Please sign in to comment.