mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
use build push from current branch
This commit is contained in:
parent
152060624e
commit
38a6055fbd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_stable.yml
vendored
2
.github/workflows/build_stable.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
v13:
|
v13:
|
||||||
uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml@main
|
uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml
|
||||||
with:
|
with:
|
||||||
repo: erpnext
|
repo: erpnext
|
||||||
version: "13"
|
version: "13"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue