mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-24 07:38:33 +00:00
Update workflow names
This commit is contained in:
parent
7e562d7855
commit
4f07e8ee6a
1
.github/workflows/build_develop.yml
vendored
1
.github/workflows/build_develop.yml
vendored
@ -22,7 +22,6 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Frappe and ERPNext
|
||||
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
||||
with:
|
||||
repo: erpnext
|
||||
|
2
.github/workflows/build_stable.yml
vendored
2
.github/workflows/build_stable.yml
vendored
@ -54,6 +54,7 @@ jobs:
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
update_example_env:
|
||||
name: Update example.env
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
needs: v13
|
||||
@ -88,6 +89,7 @@ jobs:
|
||||
fi
|
||||
|
||||
release_helm:
|
||||
name: Release Helm
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
needs: v13
|
||||
|
Loading…
x
Reference in New Issue
Block a user