mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +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:
|
||||
required: true
|
||||
type: boolean
|
||||
platform:
|
||||
required: true
|
||||
type: string
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME:
|
||||
required: true
|
||||
|
|
@ -54,11 +51,10 @@ jobs:
|
|||
- name: Build
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
set: "*.platform=${{ inputs.platform }}"
|
||||
push: true
|
||||
|
||||
env:
|
||||
REGISTRY_USER: localhost:5000/frappe
|
||||
MULTI_ARCH_BUILD: false
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue