mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 17:15:08 +00:00
ditto
This commit is contained in:
parent
0f746361fe
commit
faa997ec71
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@${{@github.ref}}
|
||||
uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml@${{github.ref}}
|
||||
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@${{@github.ref}}
|
||||
uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml@${{github.ref}}
|
||||
with:
|
||||
repo: erpnext
|
||||
version: "13"
|
||||
|
|
|
|||
Loading…
Reference in a new issue