Skip to content

Commit

Permalink
cicd: added credentials to CLI #TASK-5092
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Oct 5, 2023
1 parent 5003c43 commit e01b7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
uses: opencb/java-common-libs/.github/workflows/[email protected]
needs: build
with:
cli: python3 ./build/cloud/docker/docker-build.py delete --images base --tag ${{ github.ref_name }}
cli: python3 ./build/cloud/docker/docker-build.py delete --images base --tag ${{ github.ref_name }} --username "${{ secrets.DOCKER_HUB_USER }}" --password ${{ secrets.DOCKER_HUB_PASSWORD }}
secrets: inherit

0 comments on commit e01b7ff

Please sign in to comment.