mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
commit
1e9b4e77b5
2 changed files with 5 additions and 5 deletions
4
.github/workflows/docker-build-push.yml
vendored
4
.github/workflows/docker-build-push.yml
vendored
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
echo "NODE_VERSION=${{ inputs.node_version }}" >> "$GITHUB_ENV"
|
echo "NODE_VERSION=${{ inputs.node_version }}" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/bake-action@v4.1.0
|
uses: docker/bake-action@v5.10.0
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
env:
|
env:
|
||||||
|
|
@ -91,6 +91,6 @@ jobs:
|
||||||
|
|
||||||
- name: Push
|
- name: Push
|
||||||
if: ${{ inputs.push }}
|
if: ${{ inputs.push }}
|
||||||
uses: docker/bake-action@v4.1.0
|
uses: docker/bake-action@v5.10.0
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ target "bench-test" {
|
||||||
# Base for all other targets
|
# Base for all other targets
|
||||||
|
|
||||||
group "default" {
|
group "default" {
|
||||||
targets = ["erp", "base", "build"]
|
targets = ["erpnext", "base", "build"]
|
||||||
}
|
}
|
||||||
|
|
||||||
function "tag" {
|
function "tag" {
|
||||||
|
|
@ -102,11 +102,11 @@ target "default-args" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
target "erp" {
|
target "erpnext" {
|
||||||
inherits = ["default-args"]
|
inherits = ["default-args"]
|
||||||
context = "."
|
context = "."
|
||||||
dockerfile = "images/production/Containerfile"
|
dockerfile = "images/production/Containerfile"
|
||||||
target = "erp"
|
target = "erpnext"
|
||||||
tags = tag("erp", "${ERPNEXT_VERSION}")
|
tags = tag("erp", "${ERPNEXT_VERSION}")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue