mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
ci: fix inputs.platforms
This commit is contained in:
parent
d3906b2620
commit
e83819263b
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docker-build-push.yml
vendored
5
.github/workflows/docker-build-push.yml
vendored
|
|
@ -14,6 +14,10 @@ on:
|
||||||
push:
|
push:
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
platforms:
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
description: "list of target platforms"
|
||||||
secrets:
|
secrets:
|
||||||
DOCKERHUB_USERNAME:
|
DOCKERHUB_USERNAME:
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -77,3 +81,4 @@ jobs:
|
||||||
uses: docker/bake-action@v1.7.0
|
uses: docker/bake-action@v1.7.0
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
set: "*.platform=${{ inputs.platforms }}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue