mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
specify branch name
This commit is contained in:
parent
38a6055fbd
commit
c1ec298c87
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_stable.yml
vendored
4
.github/workflows/build_stable.yml
vendored
|
|
@ -36,7 +36,7 @@ on:
|
|||
|
||||
jobs:
|
||||
v12:
|
||||
uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml
|
||||
uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml@images-for-m1-mac
|
||||
with:
|
||||
repo: erpnext
|
||||
version: "13"
|
||||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
v13:
|
||||
uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml
|
||||
uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml@images-for-m1-mac
|
||||
with:
|
||||
repo: erpnext
|
||||
version: "13"
|
||||
|
|
|
|||
Loading…
Reference in a new issue