mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
ci: copy build_bench to docker-build-push
This commit is contained in:
parent
93fcc541b4
commit
4d4144f8bf
1 changed files with 5 additions and 4 deletions
9
.github/workflows/docker-build-push.yml
vendored
9
.github/workflows/docker-build-push.yml
vendored
|
|
@ -34,12 +34,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
registry:
|
registry:
|
||||||
image: registry:2
|
image: docker.io/registry:2
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
arch: [amd64, arm64]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -47,6 +44,9 @@ jobs:
|
||||||
|
|
||||||
- name: Setup QEMU
|
- name: Setup QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
with:
|
||||||
|
image: tonistiigi/binfmt:latest
|
||||||
|
platforms: all
|
||||||
|
|
||||||
- name: Setup Buildx
|
- name: Setup Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
@ -92,3 +92,4 @@ jobs:
|
||||||
uses: docker/bake-action@v6.5.0
|
uses: docker/bake-action@v6.5.0
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
set: "*.platform=linux/amd64,linux/arm64"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue