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
fcac4893cd
commit
3f08e00850
2 changed files with 8 additions and 7 deletions
14
.github/workflows/build_develop.yml
vendored
14
.github/workflows/build_develop.yml
vendored
|
|
@ -50,11 +50,11 @@ jobs:
|
|||
|
||||
- name: Push
|
||||
uses: docker/bake-action@v1.6.0
|
||||
# if: env.IS_AUTHORIZED_RUN == 'true'
|
||||
if: env.IS_AUTHORIZED_RUN == 'true'
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: bench-build
|
||||
push: false
|
||||
push: true
|
||||
|
||||
build_frappe:
|
||||
name: Frappe
|
||||
|
|
@ -85,17 +85,17 @@ jobs:
|
|||
run: ./tests/test-frappe.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
|
||||
push: false
|
||||
push: true
|
||||
|
||||
build_erpnext:
|
||||
name: ERPNext
|
||||
runs-on: ubuntu-latest
|
||||
# needs: build_frappe
|
||||
needs: build_frappe
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -121,9 +121,9 @@ jobs:
|
|||
run: FRAPPE_VERSION=develop ./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: erpnext-develop
|
||||
push: false
|
||||
push: true
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ variable "VERSION" {}
|
|||
|
||||
target "stable-args" {
|
||||
args = {
|
||||
GIT_TAG = "${GIT_TAG}"
|
||||
GIT_BRANCH = "${GIT_BRANCH}"
|
||||
IMAGE_TAG = "${GIT_BRANCH}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue