Skip to content

Commit

Permalink
lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Dec 12, 2024
1 parent e1b38c0 commit 59aa298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Pull Public Docker Image from GHCR
run: |
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
docker pull ghcr.io/sage-bionetworks/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
- name: Run Tests in Docker Container
run: |
Expand Down

0 comments on commit 59aa298

Please sign in to comment.