mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-10 07:11:00 +00:00
Add job names
This commit is contained in:
parent
c5f00a6d88
commit
a600851ea0
2
.github/workflows/build_develop.yml
vendored
2
.github/workflows/build_develop.yml
vendored
@ -22,6 +22,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build_bench:
|
||||
name: Bench
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -50,6 +51,7 @@ jobs:
|
||||
push: true
|
||||
|
||||
build_main:
|
||||
name: Frappe and ERPNext
|
||||
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
||||
with:
|
||||
repo: erpnext
|
||||
|
1
.github/workflows/docker-build-push.yml
vendored
1
.github/workflows/docker-build-push.yml
vendored
@ -22,6 +22,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
registry:
|
||||
|
Loading…
Reference in New Issue
Block a user