Enable Dex Server builds

Signed-off-by: Jonsy13 <vedant.shrotria@harness.io>
This commit is contained in:
Jonsy13 2025-05-21 14:33:02 +05:30
parent 003da7ae5d
commit 3b30ccc2e6
No known key found for this signature in database
GPG Key ID: D539549FA1E40B0A
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ jobs:
shell: bash
run: |
cd chaoscenter/dex-server
docker images && docker build . -f Dockerfile --build-arg TARGETARCH=amd64
docker images && docker build . -f Dockerfile -t docker.io/litmuschaos/litmusportal-dex-server:${{ github.sha }} --build-arg TARGETARCH=amd64
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master