diff --git a/.github/workflows/test-node-candidate.yml b/.github/workflows/test-node-candidate.yml index 669adb095..3f19e32d5 100644 --- a/.github/workflows/test-node-candidate.yml +++ b/.github/workflows/test-node-candidate.yml @@ -145,7 +145,7 @@ jobs: - name: pull node image env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: kilt/standalone-node + ECR_REPOSITORY: standalone-node IMAGE_TAG: ${{ github.event.inputs.docker-image-tag-name }} run: | docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG