From d8ec1c874f915c02147815d29d9331fefb3bff47 Mon Sep 17 00:00:00 2001 From: Simon Van Baelen Date: Mon, 18 Nov 2024 11:06:44 +0100 Subject: [PATCH] Changed container name for test-samples.yaml --- .github/workflows/test-samples.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-samples.yaml b/.github/workflows/test-samples.yaml index 074d334..7ce1379 100644 --- a/.github/workflows/test-samples.yaml +++ b/.github/workflows/test-samples.yaml @@ -54,7 +54,7 @@ jobs: --env="OPENEO_AUTH_CLIENT_ID=${{ secrets.OPENEO_AUTH_CLIENT_ID }}" \ --env="OPENEO_AUTH_CLIENT_SECRET=${{ secrets.OPENEO_AUTH_CLIENT_SECRET }}" \ --env="OPENEO_AUTH_PROVIDER_ID=CDSE" \ - -d --rm registry.cloudferro.com/vito/jupyterhub:releaseCandidate-200614` + -d --rm registry.cloudferro.com/vito/jupyterhub:releaseCandidate-281779` echo Started container ${container_id} echo Waiting for jupyterlab to start ... sleep 60