Skip to content

Commit

Permalink
OZ-631: Added docker hub login secrets to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed Aug 7, 2024
1 parent dccf365 commit b2828aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}

spotless:
needs: validate
Expand Down

0 comments on commit b2828aa

Please sign in to comment.