mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
feat: docker build
This commit is contained in:
parent
c97b42658b
commit
e83ea40f41
1 changed files with 2 additions and 2 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"
|
||||
|
||||
- name: Build
|
||||
uses: docker/bake-action@v5.10.0
|
||||
uses: docker/bake-action@v4.1.0
|
||||
with:
|
||||
push: true
|
||||
env:
|
||||
|
|
@ -91,6 +91,6 @@ jobs:
|
|||
|
||||
- name: Push
|
||||
if: ${{ inputs.push }}
|
||||
uses: docker/bake-action@v5.10.0
|
||||
uses: docker/bake-action@v4.1.0
|
||||
with:
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue