2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +00:00

Use reusable workflow in frappe user instead of vrslev

This commit is contained in:
Lev Vereshchagin 2022-03-09 11:07:24 +03:00
parent 86a43de6e4
commit 6062500d0d
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ on:
jobs: jobs:
build: build:
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml@main
with: with:
repo: erpnext repo: erpnext
version: develop version: develop

View File

@ -34,7 +34,7 @@ on:
jobs: jobs:
v12: v12:
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml@main
with: with:
repo: erpnext repo: erpnext
version: "13" version: "13"
@ -44,7 +44,7 @@ jobs:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
v13: v13:
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml@main
with: with:
repo: erpnext repo: erpnext
version: "13" version: "13"