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:
build:
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml@main
with:
repo: erpnext
version: develop

View File

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