Skip to content

Commit

Permalink
Fix second occurrence
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Sep 4, 2024
1 parent 76c80ed commit 09d3780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-node-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09d3780

Please sign in to comment.