Skip to content

Commit

Permalink
Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Borreli <pascal@borreli.com>
  • Loading branch information
vincentchalamon and pborreli authored Sep 8, 2023
1 parent 36d65e2 commit 86319f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
--wait \
--namespace=${{ inputs.namespace }} \
--set=app.version=${{ github.sha }} \
--set=keycloak.image.repository=eu.gcr.io/${{ secrets.gke-project }}/keycloak \
--set=keycloak.image.registry=eu.gcr.io \
--set=keycloak.image.repository=${{ secrets.gke-project }}/keycloak \
--set=keycloak.image.tag=${{ inputs.docker-images-version }} \
--set=keycloak.image.pullPolicy=Always \
--set=keycloak.auth.adminPassword=${{ secrets.keycloak-admin-password }} \
Expand Down

0 comments on commit 86319f5

Please sign in to comment.