Skip to content

Commit

Permalink
Merge pull request #28 from samply/ci-changes
Browse files Browse the repository at this point in the history
Add new required CI/CD variable
  • Loading branch information
DavidCroftDKFZ authored Apr 4, 2024
2 parents f522637 + 46c3afd commit 7f700af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
# build-platforms: "linux/amd64"
# If your actions generate an artifact in a previous build step, you can tell this workflow to download it
artifact-name: '*'
build-to: dockerhub
# This passes the secrets from calling workflow to the called workflow
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 7f700af

Please sign in to comment.