Revert "Use reusable workflow in frappe user instead of vrslev"

This reverts commit 6062500d0d.
This commit is contained in:
Lev Vereshchagin
2022-03-12 11:13:59 +03:00
parent 4772aa796a
commit 4680d18ff8
2 changed files with 3 additions and 3 deletions

View File

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

View File

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