diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d5a7db..45a832a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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