mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
Add job names
This commit is contained in:
parent
c5f00a6d88
commit
a600851ea0
2 changed files with 3 additions and 0 deletions
2
.github/workflows/build_develop.yml
vendored
2
.github/workflows/build_develop.yml
vendored
|
|
@ -22,6 +22,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_bench:
|
build_bench:
|
||||||
|
name: Bench
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -50,6 +51,7 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
build_main:
|
build_main:
|
||||||
|
name: Frappe and ERPNext
|
||||||
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
||||||
with:
|
with:
|
||||||
repo: erpnext
|
repo: erpnext
|
||||||
|
|
|
||||||
1
.github/workflows/docker-build-push.yml
vendored
1
.github/workflows/docker-build-push.yml
vendored
|
|
@ -22,6 +22,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
registry:
|
registry:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue