Skip to content

Commit

Permalink
fix: updating the docker image command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudleyneedham committed Oct 2, 2023
1 parent 840ea06 commit d8d6a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: set image name
run: |
echo "IMG_NAME=${{ steps.login-ecr.outputs.registry }}/kiltprotocol/mashnet-node:latest" >> "$GITHUB_ENV"
echo "IMG_NAME=${{ steps.login-ecr.outputs.registry }}/kiltprotocol/prototype-chain:latest" >> "$GITHUB_ENV"
- name: pull image
run: docker pull $IMG_NAME
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: set image name
run: |
echo "IMG_NAME=${{ steps.login-ecr.outputs.registry }}/kiltprotocol/mashnet-node:latest" >> "$GITHUB_ENV"
echo "IMG_NAME=${{ steps.login-ecr.outputs.registry }}/kiltprotocol/prototype-chain:latest" >> "$GITHUB_ENV"
- name: pull image
run: docker pull $IMG_NAME
Expand Down

0 comments on commit d8d6a54

Please sign in to comment.