mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
test with env var
This commit is contained in:
parent
17c3437db1
commit
696278bc95
1 changed files with 1 additions and 5 deletions
6
.github/workflows/docker-build-push.yml
vendored
6
.github/workflows/docker-build-push.yml
vendored
|
|
@ -14,9 +14,6 @@ on:
|
||||||
push:
|
push:
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
platform:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
secrets:
|
secrets:
|
||||||
DOCKERHUB_USERNAME:
|
DOCKERHUB_USERNAME:
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -54,11 +51,10 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/bake-action@v1.7.0
|
uses: docker/bake-action@v1.7.0
|
||||||
with:
|
with:
|
||||||
set: "*.platform=${{ inputs.platform }}"
|
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY_USER: localhost:5000/frappe
|
REGISTRY_USER: localhost:5000/frappe
|
||||||
|
MULTI_ARCH_BUILD: false
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue