Build for v12 (#750)
* Build for v12 Typo!! * Fix Python 3.7 compatibility * Skip assets endpoint test on v12
This commit is contained in:
2
.github/workflows/build_stable.yml
vendored
2
.github/workflows/build_stable.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
uses: frappe/frappe_docker/.github/workflows/docker-build-push.yml@main
|
||||
with:
|
||||
repo: erpnext
|
||||
version: "13"
|
||||
version: "12"
|
||||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user