Skip to content

Commit

Permalink
Quick-fix the credentials for updating the image description in Docke…
Browse files Browse the repository at this point in the history
…r Hub
  • Loading branch information
bgandon committed Dec 10, 2021
1 parent e95c2a3 commit 150c6b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ jobs:
path: /entrypoint.sh
dir: /
params:
DOCKERHUB_USERNAME: (( grab meta.dockerhub.username ))
DOCKERHUB_PASSWORD: (( grab meta.dockerhub.password ))
DOCKERHUB_REPOSITORY: (( grab meta.dockerhub.repository ))
DOCKERHUB_USERNAME: ((dockerhub-username))
DOCKERHUB_PASSWORD: ((dockerhub-password))
DOCKERHUB_REPOSITORY: (( concat "gstack/" meta.name ))
SHORT_DESCRIPTION: (( grab meta.dockerhub.short_desc ))
README_FILEPATH: /workspace/README.md

Expand Down

0 comments on commit 150c6b1

Please sign in to comment.