Type: choice is not yet supported

This commit is contained in:
Ayaz Salikhov
2022-05-12 16:58:12 +03:00
parent c9c9c46396
commit 4b2904b342
2 changed files with 2 additions and 8 deletions

View File

@@ -14,10 +14,7 @@ on:
platform: platform:
description: "Target platform for the built image" description: "Target platform for the built image"
required: true required: true
type: choice type: string
options:
- amd64
- arm64
jobs: jobs:
build-push-image: build-push-image:

View File

@@ -10,10 +10,7 @@ on:
platform: platform:
description: "Target platform for the built image" description: "Target platform for the built image"
required: true required: true
type: choice type: string
options:
- amd64
- arm64
jobs: jobs:
test-image: test-image: