Skip to content

Commit

Permalink
Workaround issue with entrypoint being sensitive to the current worki…
Browse files Browse the repository at this point in the history
…ng directory for finding its dependencies
  • Loading branch information
bgandon committed Dec 9, 2021
1 parent be9c51d commit e95c2a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,16 @@ jobs:
repository: peterevans/dockerhub-description
tag: "2.4"
inputs:
- { name: "dockerhub", path: "." }
- { name: "dockerhub", path: "/workspace" }
run:
path: /entrypoint.sh
dir: /
params:
DOCKERHUB_USERNAME: (( grab meta.dockerhub.username ))
DOCKERHUB_PASSWORD: (( grab meta.dockerhub.password ))
DOCKERHUB_REPOSITORY: (( grab meta.dockerhub.repository ))
SHORT_DESCRIPTION: (( grab meta.dockerhub.short_desc ))
README_FILEPATH: /workspace/README.md

- put: version
params:
Expand Down

0 comments on commit e95c2a3

Please sign in to comment.