Skip to content

Commit

Permalink
Update configuration for generating docker credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Oct 29, 2024
1 parent 794bec0 commit 6c5308d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/tasks/generate-docker-credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ run:

params:
DOCKER_CONFIG_OUTPUT: ../docker-config
REGISTRY: ((registry))
REGISTRY_USERNAME: ((registry-username))
REGISTRY_PASSWORD: ((registry-password))
REGISTRY: ((open-service-broker-virtual-docker-registry))
REGISTRY_USERNAME: ((broadcom-jfrog-artifactory-robot-account.username))
REGISTRY_PASSWORD: ((broadcom-jfrog-artifactory-robot-account.password))

0 comments on commit 6c5308d

Please sign in to comment.