Skip to content

Commit

Permalink
fix(guardrails): Add correct orchestrator container manifest name (tr…
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira authored Feb 12, 2025
1 parent e3a9417 commit 741a040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Push LMES job image to Quay
run: docker push ${{ env.JOB_IMAGE_NAME }}:$TAG
- name: Build Guardrails orchestrator image
run: docker build -f Dockerfile.guardrails -t ${{ env.ORCH_IMAGE_NAME }}:$TAG .
run: docker build -f Dockerfile.orchestrator -t ${{ env.ORCH_IMAGE_NAME }}:$TAG .
- name: Push Guardrails orchestrator image to Quay
run: docker push ${{ env.ORCH_IMAGE_NAME }}:$TAG

Expand Down Expand Up @@ -169,4 +169,3 @@ jobs:
sourcePath: ''
uri: https://api.github.com/repos/trustyai-explainability/trustyai-service-operator-ci/tarball/operator-${{ env.TAG }}
```

0 comments on commit 741a040

Please sign in to comment.