Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test Docker image
run: |
CONTAINER_NAME="hermes-webtop-test"
TIMEOUT=120
TIMEOUT=240

# Start container with shm-size (required by webtop) and all service ports mapped
docker run -d --name "$CONTAINER_NAME" \
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
fi

# If we see Hermes services started but no dashboard probe, that's OK too
if echo "$LOGS" | grep -q "all hermes-agent services started and ready"; then
if echo "$LOGS" | grep -q "All hermes-agent services started and ready"; then
echo "PASS: Hermes services reported ready."
break
fi
Expand Down Expand Up @@ -255,4 +255,4 @@ jobs:
tags: |
ghcr.io/${{ env.LOWERCASE_REPO }}:${{ env.IMAGE_TAG }}
ghcr.io/${{ env.LOWERCASE_REPO }}:${{ github.sha }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}