Skip to content

Commit

Permalink
Hotfix production GHA conforms to the currently released Dockerfile r…
Browse files Browse the repository at this point in the history
…equirements
  • Loading branch information
charn committed Feb 2, 2021
1 parent ef359e1 commit 3ade82d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
uses: andersinno/kolga-build-action@v2
env:
DOCKER_IMAGE_NAME: ${{ env.REPO_NAME }}-production
DOCKER_BUILD_ARG_REACT_APP_ENVIRONMENT: 'production'
DOCKER_BUILD_ARG_REACT_APP_OIDC_AUTHORITY: "https://api.hel.fi/sso/"
DOCKER_BUILD_ARG_REACT_APP_PROFILE_GRAPHQL: "https://api.hel.fi/profiili/graphql/"

production:
if: startsWith(github.ref, 'refs/tags')
Expand All @@ -47,7 +50,3 @@ jobs:
K8S_ADDITIONAL_HOSTNAMES: ${{ secrets.K8S_ADDITIONAL_HOSTNAMES }}
ENVIRONMENT_URL: https://${{ secrets.ENVIRONMENT_URL_STABLE }}
DOCKER_IMAGE_NAME: ${{ env.REPO_NAME }}-production
K8S_SECRET_REACT_APP_ENVIRONMENT: 'production'
K8S_SECRET_REACT_APP_OIDC_AUTHORITY: "https://api.hel.fi/sso/"
K8S_SECRET_REACT_APP_PROFILE_GRAPHQL: "https://api.hel.fi/profiili/graphql/"

0 comments on commit 3ade82d

Please sign in to comment.