Skip to content

Commit

Permalink
debugging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-seals committed Oct 11, 2024
1 parent db92678 commit 8cec3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helx-build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
docker load --input /tmp/jupyter/images/${{ inputs.image }}.tar
- name: Run tests ✅
run: python3 -m tests.run_tests --short-image-name ${{ inputs.image }} --owner ${{ env.OWNER }}
run: python3 -m tests.run_tests --short-image-name ${{ inputs.image }} --owner ${{ env.OWNER }} --registry docker.io
shell: bash

# We do not want to push "latest" tag unless
Expand Down

0 comments on commit 8cec3de

Please sign in to comment.