Skip to content

Commit

Permalink
Merge pull request #82 from samply/ci-changes
Browse files Browse the repository at this point in the history
Add new mandatory CI/CD variables
  • Loading branch information
torbrenner authored Apr 8, 2024
2 parents d92cd48 + 0753406 commit 821f114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
build-args: |
TARGET_ENVIRONMENT=staging
build-platforms: "linux/amd64"
push-to: dockerhub
# This passes the secrets from calling workflow to the called workflow
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
build-args: |
TARGET_ENVIRONMENT=production
build-platforms: "linux/amd64"
push-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 821f114

Please sign in to comment.