fix: build process

This commit is contained in:
Bohdan Kucherivayi 2024-12-01 17:52:33 +02:00
parent de893803da
commit dab5cca20b
2 changed files with 3 additions and 2 deletions

View file

@ -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 }}

View file

@ -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" {