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