Skip to content

Commit

Permalink
[TMP] Fail build
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Dec 12, 2023
1 parent bd9c678 commit a8a82b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gha-docker-solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
docker run --health-cmd "solr status" \
--health-interval 10s --health-timeout 5s --health-retries 10 \
-d -p 8983:8983 "$IMAGE_NAME:latest"
-d -p 8984:8984 "$IMAGE_NAME:latest"
- name: Setup PHP Action
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit a8a82b7

Please sign in to comment.