Skip to content

Commit

Permalink
ci: use unique image name for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Jul 31, 2024
1 parent 8d557c5 commit d662d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
--install \
--namespace='ts4nfdi' \
--set-json='ingress.dns="ts4nfdi-api-gateway.prod.km.k8s.zbmed.de"' \
--set-json='images.frontend="ghcr.io/ts4nfdi/api-gateway:latest"' \
--set-json='images.frontend="ghcr.io/${{ github.repository }}:${{ github.event.pull_request.head.sha || github.sha }}"' \
--set-json='ingress.enableSSL="true"' \
--set-json='ingress.certIssuer="letsencrypt-prod"' \
api-gateway-deployment/api-gateway

0 comments on commit d662d4b

Please sign in to comment.