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:
description: "Target platform for the built image"
required: true
type: choice
options:
- amd64
- arm64
type: string
jobs:
build-push-image:

View File

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