mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
Update build_system_image.yml
This commit is contained in:
parent
ff9ad2b3e3
commit
c0c663a6fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_system_image.yml
vendored
2
.github/workflows/build_system_image.yml
vendored
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create a yaml file to deploy container
|
- name: Create a yaml file to deploy container
|
||||||
run: |
|
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 \
|
--env-file ~/gitops/${{ github.event.pull_request.head.ref }}.env \
|
||||||
-f compose.yaml \
|
-f compose.yaml \
|
||||||
-f overrides/compose.redis.yaml \
|
-f overrides/compose.redis.yaml \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue