Update build_system_image.yml

This commit is contained in:
fal7w 2023-12-12 14:24:33 +03:00 committed by GitHub
parent ff9ad2b3e3
commit c0c663a6fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ jobs:
- name: Create a yaml file to deploy container
run: |
docker-compose --project-name ${{ vars.BRANCH_NAME }} \
docker-compose --project-name ${{ github.event.pull_request.head.ref }} \
--env-file ~/gitops/${{ github.event.pull_request.head.ref }}.env \
-f compose.yaml \
-f overrides/compose.redis.yaml \