Skip to content

Commit

Permalink
fix: indigo-ci change
Browse files Browse the repository at this point in the history
  • Loading branch information
bodyangug committed Oct 4, 2023
1 parent abff46b commit 8bce5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/indigo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ jobs:
name: indigo-python
path: utils/indigo-service/backend/lib/
- name: Build
run: docker build -f ./utils/indigo-service/backend/service/postgres/Dockerfile -t ***/indigo-service:latest ./utils/indigo-service/backend/service/postgres
run: docker build -f ./utils/indigo-service/backend/service/postgres/Dockerfile -t epmlsop/indigo-service:latest ./utils/indigo-service/backend/service/postgres
- name: Test Imago
run: |
docker run --rm=true -d -p 8080:80 --name=indigo_service epmlsop/indigo-service:latest
Expand Down

0 comments on commit 8bce5f1

Please sign in to comment.