Skip to content

Commit

Permalink
Add new mandatory CI/CD variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lablans committed Apr 4, 2024
1 parent 7ac3ff3 commit 0753406
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 0753406

Please sign in to comment.