Skip to content

Commit

Permalink
feat: update docker name for github action for EBSI Issuance CT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chsavvaidis committed Dec 31, 2024
1 parent 2917b62 commit 3415e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ebsictv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Start ngrok tunnel
run: |
docker run --net=host -it -e NGROK_AUTHTOKEN=${{ secrets.NGROK_AUTH_TOKEN }} -d -p 4040:4040 ngrok/ngrok:latest http 7002
docker run --net=host -it -e NGROK_AUTHTOKEN=${{ secrets.NGROK_AUTH_TOKEN }} -d -p 4040:4040 ngrok/ngrok:latest http waltid-issuer-api:7002
- name: Update config files and start Issuer API
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
docker build -t waltid/issuer-api:latest -f waltid-services/waltid-issuer-api/Dockerfile .
docker run --net=host -d -p 7002:7002 -v $PWD/waltid-services/waltid-issuer-api/config:/waltid-issuer-api/config --name waltid-issuer-api waltid/issuer-api:latest
docker ps -a
curl --retry 5 --retry-delay 5 --retry-connrefused "${NGROK_URL}/.well-known/openid-configuration"
- name: Execute test scripts
Expand Down

0 comments on commit 3415e4f

Please sign in to comment.