mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
Turned GH actions inputs into dropdowns
This commit is contained in:
parent
9985aeca86
commit
4d6a93d16c
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build_and_push_docker.yml
vendored
8
.github/workflows/build_and_push_docker.yml
vendored
|
|
@ -4,13 +4,21 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
image_tag:
|
||||
type: choice
|
||||
description: 'Docker Image Tag'
|
||||
required: true
|
||||
default: 'dev'
|
||||
options:
|
||||
- 'dev'
|
||||
- 'latest'
|
||||
platforms:
|
||||
type: choice
|
||||
description: 'Build Platforms'
|
||||
required: true
|
||||
default: 'linux/amd64,linux/arm64'
|
||||
options:
|
||||
- 'linux/amd64,linux/arm64'
|
||||
- 'linux/amd64'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue