Skip to content

Commit

Permalink
testing registry user
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 2c52fd5 commit 5ffadb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-universal-doc_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
sudo docker rmi $(docker image ls -aq) >/dev/null 2>&1 || true
df -h
- name: Test transform image in transforms/universal/doc_id
env:
DOCKER_REGISTRY_USER: ${{ secrets.DPK_DOCKER_REGISTRY_USER }}
DOCKER_REGISTRY_KEY: ${{ secrets.DPK_DOCKER_REGISTRY_KEY }}
run: |
if [ -e "transforms/universal/doc_id/Makefile" ]; then
if [ -d "transforms/universal/doc_id/spark" ]; then
Expand Down

0 comments on commit 5ffadb4

Please sign in to comment.