ci: Set Compose project name

Avoids failures while determining container IPs
when the project isn't checked out in a directory
named "docker-elk".

Fixes #839
This commit is contained in:
Antoine Cotten 2023-03-31 15:34:57 +01:00 committed by GitHub
parent 4ad25cf729
commit caadd60a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ jobs:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
runs-on: ubuntu-22.04
env:
COMPOSE_PROJECT_NAME: docker-elk
steps:
- uses: actions/checkout@v3