mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: build process
This commit is contained in:
parent
de893803da
commit
dab5cca20b
2 changed files with 3 additions and 2 deletions
4
.github/workflows/docker-build-push.yml
vendored
4
.github/workflows/docker-build-push.yml
vendored
|
|
@ -86,8 +86,8 @@ jobs:
|
||||||
if: ${{ inputs.push }}
|
if: ${{ inputs.push }}
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
|
|
||||||
- name: Push
|
- name: Push
|
||||||
if: ${{ inputs.push }}
|
if: ${{ inputs.push }}
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,7 @@ target "default-args" {
|
||||||
PYTHON_VERSION = "${PYTHON_VERSION}"
|
PYTHON_VERSION = "${PYTHON_VERSION}"
|
||||||
NODE_VERSION = "${NODE_VERSION}"
|
NODE_VERSION = "${NODE_VERSION}"
|
||||||
}
|
}
|
||||||
|
platforms = ["linux/amd64", "linux/arm64"]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "erpnext" {
|
target "erpnext" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue