fix: Add fix for docker compose github action telemetry
Set environment to dev in github action so telemetry won't be sent Fix
This commit is contained in:
parent
4b2051d21b
commit
f8755114b6
1 changed files with 6 additions and 0 deletions
6
.github/workflows/docker_compose.yml
vendored
6
.github/workflows/docker_compose.yml
vendored
|
|
@ -20,10 +20,16 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build Docker images
|
||||
env:
|
||||
ENVIRONMENT: dev
|
||||
ENV: dev
|
||||
run: |
|
||||
docker compose -f docker-compose.yml build
|
||||
|
||||
- name: Run Docker Compose
|
||||
env:
|
||||
ENVIRONMENT: dev
|
||||
ENV: dev
|
||||
run: |
|
||||
docker compose -f docker-compose.yml up -d
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue