diff --git a/.github/workflows/deploy_testing.yaml b/.github/workflows/deploy_testing.yaml index 14932bbf..9fbe38b6 100644 --- a/.github/workflows/deploy_testing.yaml +++ b/.github/workflows/deploy_testing.yaml @@ -102,7 +102,7 @@ jobs: # Now we have got the access of EC2 and we will start the deploy . aws ecr get-login-password --region eu-central-1 | docker login --username AWS --password-stdin 127163565383.dkr.ecr.eu-central-1.amazonaws.com/openeo-dev-ec2 - docker pull "$TESTING_ECR_REGISTRY/$TESTING_ECR_REGISTRY_IMAGE:latest" + docker pull 127163565383.dkr.ecr.eu-central-1.amazonaws.com/openeo-dev-ec2:latest '