make naming more consistent

This commit is contained in:
gmega 2024-12-04 19:13:11 -03:00
parent f79c7e1299
commit b9c3fa28f7
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18
3 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
- name: Run Integration Tests
run: |
docker compose -f docker-compose.yaml -f docker-compose.ci.yaml up --abort-on-container-exit --exit-code-from test-runner
docker compose -f docker-compose.local.yaml -f docker-compose.ci.yaml up --abort-on-container-exit --exit-code-from test-runner
- name: Build and Push Prod. Image
uses: docker/build-push-action@v6