diff --git a/.github/workflows/pull-db-tests.yml b/.github/workflows/pull-db-tests.yml index 9c3362246afe9..a408b39897199 100644 --- a/.github/workflows/pull-db-tests.yml +++ b/.github/workflows/pull-db-tests.yml @@ -38,7 +38,7 @@ jobs: ports: - "9000:9000" simplesaml: - image: kristophjunge/test-saml-idp + image: allspice/simple-saml ports: - "8080:8080" env: @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest services: simplesaml: - image: kristophjunge/test-saml-idp + image: allspice/simple-saml ports: - "8080:8080" env: @@ -181,7 +181,7 @@ jobs: - "587:587" - "993:993" simplesaml: - image: kristophjunge/test-saml-idp + image: allspice/simple-saml ports: - "8080:8080" env: @@ -222,7 +222,7 @@ jobs: ports: - "1433:1433" simplesaml: - image: kristophjunge/test-saml-idp + image: allspice/simple-saml ports: - "8080:8080" env: diff --git a/tests/integration/README.md b/tests/integration/README.md index 946fbd47c2e6e..c691483511932 100644 --- a/tests/integration/README.md +++ b/tests/integration/README.md @@ -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