Skip to content

Commit

Permalink
chore: ensure new image start
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Jul 31, 2024
1 parent a2a0d19 commit aad7aed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/portal-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
run: |
docker build -t ghcr.io/gnolang/gno/gnoland -f Dockerfile --target gnoland .
- name: "Start new image"
run: |
cd misc/loop
docker compose up -d
- name: "Wait for new docker image"
run: |
ip_addr=$(cat misc/loop/traefik/gno.yml | grep -o "http://.*:26657")
Expand Down

0 comments on commit aad7aed

Please sign in to comment.