mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
update
This commit is contained in:
parent
9cb259c0da
commit
27808365b1
1 changed files with 5 additions and 3 deletions
8
.github/workflows/build_stable.yml
vendored
8
.github/workflows/build_stable.yml
vendored
|
|
@ -38,20 +38,22 @@ jobs:
|
|||
build:
|
||||
name: Frappe and ERPNext
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: [12, 13]
|
||||
services:
|
||||
registry:
|
||||
image: registry:2
|
||||
ports:
|
||||
- 5000:5000
|
||||
strategy:
|
||||
matrix:
|
||||
version: [12, 13]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
with:
|
||||
driver-opts: network=host
|
||||
|
||||
- name: Login
|
||||
uses: docker/login-action@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue