mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
update
This commit is contained in:
parent
5aae67117c
commit
88225c0a7c
1 changed files with 11 additions and 3 deletions
14
.github/workflows/build_develop.yml
vendored
14
.github/workflows/build_develop.yml
vendored
|
|
@ -107,9 +107,17 @@ jobs:
|
|||
run: ./tests/test-erpnext.sh
|
||||
|
||||
- name: Push
|
||||
if: env.IS_AUTHORIZED_RUN == 'true'
|
||||
# if: env.IS_AUTHORIZED_RUN == 'true'
|
||||
uses: docker/bake-action@v1.6.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: frappe-develop,erpnext-develop
|
||||
push: true
|
||||
targets: frappe-develop
|
||||
# push: true
|
||||
|
||||
- name: Push
|
||||
# if: env.IS_AUTHORIZED_RUN == 'true'
|
||||
uses: docker/bake-action@v1.6.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: frappe-develop
|
||||
# push: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue