Skip to content

Commit

Permalink
debug registry credential
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Dec 6, 2024
1 parent 6fa0c04 commit bbe9a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-universal-doc_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
if [ -d "transforms/universal/doc_id/spark" ]; then
make -C data-processing-lib/spark DOCKER=docker image
fi
make -C transforms/universal/doc_id DOCKER=docker test-image
make -C transforms/universal/doc_id DOCKER=docker DOCKER_REGISTRY_USER=${{ secrets.DOCKER_REGISTRY_USER }} DOCKER_REGISTRY_KEY=${{ secrets.DOCKER_REGISTRY_KEY }} test-image
else
echo "transforms/universal/doc_id/Makefile not found - testing disabled for this transform."
fi
Expand Down

0 comments on commit bbe9a02

Please sign in to comment.