Skip to content

Commit

Permalink
fix(secrets): consume customer role secret for build
Browse files Browse the repository at this point in the history
  • Loading branch information
velrest committed Dec 16, 2021
1 parent 4aa23ad commit 54abf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
build-args: |
AUTH_ROLE_ADMIN=${{ secrets.AUTH_ROLE_ADMIN }}
AUTH_ROLE_EMPLOYEE=${{ secrets.AUTH_ROLE_EMPLOYEE }}
AUTH_ROLE_CUSTOMER=${{ secrets.AUTH_ROLE_CUSTOMER }}
TIMED_STAGING_HOST=${{ secrets.TIMED_STAGING_HOST }}
TIMED_PROD_HOST=${{ secrets.TIMED_PROD_HOST }}
OIDC_HOST=${{ secrets.OIDC_HOST }}
OIDC_CLIENT=${{ secrets.OIDC_CLIENT }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
labels: |
Expand Down

0 comments on commit 54abf1f

Please sign in to comment.