Skip to content

Commit

Permalink
ci: change classification image
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Oct 26, 2023
1 parent 2ec8a5e commit 18406a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
--install \
--set-json='images.backend="ghcr.io/${{ github.repository }}/backend:${{ github.event.pull_request.head.sha || github.sha }}"' \
--set-json='images.frontend="ghcr.io/${{ github.repository }}/frontend:${{ github.event.pull_request.head.sha || github.sha }}"' \
--set-json='images.prediction="gitlab.zbmed.de:5050/km/thesis/pierre-ba/backend:a7d3254ee488a236dade40ecedc646861aff9dbe"' \
--set-json='images.prediction="ghcr.io/nfdi4health/maelstrom-classification/backend:6b3b4495946f421da48e147783ba508b095396b4"' \
--set-json='ingress.dns="${{ steps.generate-image-tag.outputs.imageTag }}.mda.qa.km.k8s.zbmed.de"' \
mda-deployment/metadata-annotation
deploy_main:
Expand Down Expand Up @@ -123,6 +123,6 @@ jobs:
--install \
--set-json='images.backend="ghcr.io/${{ github.repository }}/backend:${{ github.event.pull_request.head.sha || github.sha }}"' \
--set-json='images.frontend="ghcr.io/${{ github.repository }}/frontend:${{ github.event.pull_request.head.sha || github.sha }}"' \
--set-json='images.prediction="gitlab.zbmed.de:5050/km/thesis/pierre-ba/backend:a7d3254ee488a236dade40ecedc646861aff9dbe"' \
--set-json='images.prediction="ghcr.io/nfdi4health/maelstrom-classification/backend:6b3b4495946f421da48e147783ba508b095396b4"' \
--set-json='ingress.dns="${{ steps.generate-image-tag.outputs.imageTag }}.mda.qa.km.k8s.zbmed.de"' \
mda-deployment/metadata-annotation

0 comments on commit 18406a6

Please sign in to comment.