mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 14:50:58 +00:00
update
This commit is contained in:
parent
8ad84719ea
commit
ce1ed546ab
16
.github/workflows/build_develop.yml
vendored
16
.github/workflows/build_develop.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Build Develop
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
@ -49,11 +50,12 @@ 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: true
|
||||
# push: true
|
||||
push: false
|
||||
|
||||
build_frappe:
|
||||
name: Frappe
|
||||
@ -84,12 +86,13 @@ 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: true
|
||||
# push: true
|
||||
push: false
|
||||
|
||||
build_erpnext:
|
||||
name: ERPNext
|
||||
@ -120,9 +123,10 @@ 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: true
|
||||
# push: true
|
||||
push: false
|
||||
|
34
.github/workflows/build_stable.yml
vendored
34
.github/workflows/build_stable.yml
vendored
@ -2,17 +2,17 @@ name: Build Stable
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- .github/**
|
||||
- build/**
|
||||
- installation/**
|
||||
- tests/**
|
||||
- .dockerignore
|
||||
- docker-bake.hcl
|
||||
- docker-compose.yml
|
||||
- env*
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - .github/**
|
||||
# - build/**
|
||||
# - installation/**
|
||||
# - tests/**
|
||||
# - .dockerignore
|
||||
# - docker-bake.hcl
|
||||
# - docker-compose.yml
|
||||
# - env*
|
||||
|
||||
# Triggered from frappe/frappe and frappe/erpnext on releases
|
||||
repository_dispatch:
|
||||
@ -61,17 +61,18 @@ jobs:
|
||||
run: ./tests/test-frappe.sh
|
||||
|
||||
- name: Push
|
||||
if: github.repository == 'frappe/frappe_docker'
|
||||
# if: github.repository == 'frappe/frappe_docker'
|
||||
uses: docker/bake-action@v1.6.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: frappe-stable
|
||||
push: true
|
||||
# push: true
|
||||
push: false
|
||||
|
||||
build_erpnext:
|
||||
name: ERPNext
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_frappe
|
||||
# needs: build_frappe
|
||||
strategy:
|
||||
matrix:
|
||||
version: [12, 13]
|
||||
@ -110,12 +111,13 @@ jobs:
|
||||
run: ./tests/test-erpnext.sh
|
||||
|
||||
- name: Push
|
||||
if: github.repository == 'frappe/frappe_docker'
|
||||
# if: github.repository == 'frappe/frappe_docker'
|
||||
uses: docker/bake-action@v1.6.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: erpnext-stable
|
||||
push: true
|
||||
# push: true
|
||||
push: false
|
||||
|
||||
release_helm:
|
||||
name: Release Helm
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ deploy_key.pub
|
||||
|
||||
# VS Code devcontainer
|
||||
.devcontainer
|
||||
venv
|
Loading…
Reference in New Issue
Block a user