Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mullr committed Apr 15, 2024
1 parent 798a9e1 commit 43f4c93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Auth to GHCR
env:
AUXON_GHCR_TOKEN_RO: ${{ secrets.CR_PAT_RO }}
run: |
echo $AUXON_GHCR_TOKEN_RO | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Docker build
run: ./build-in-docker.sh

Expand Down
3 changes: 3 additions & 0 deletions integration-test/go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ docker run \
-d --rm \
${modalityd_image}

sleep 5
docker logs modalityd

curl --retry-max-time 30 --retry 10 --retry-connrefused ${modality_url}/alive
docker logs modalityd

Expand Down

0 comments on commit 43f4c93

Please sign in to comment.