tests/e2e: switch to ghcr images

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-06-08 15:32:23 +02:00
parent d9ffb23a80
commit ae8cf00a21
5 changed files with 10 additions and 5 deletions

View File

@ -52,7 +52,7 @@ class TestProviderOAuth2OIDC(SeleniumTestCase):
sleep(1)
client: DockerClient = from_env()
container = client.containers.run(
image="beryju/oidc-test-client",
image="ghcr.io/beryju/oidc-test-client:latest",
detach=True,
network_mode="host",
auto_remove=True,