Add bake-target input (#69)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-04-30 00:51:48 +02:00
committed by GitHub
parent ae431178c1
commit 72e5d60481
6 changed files with 12 additions and 4 deletions

View File

@ -25,6 +25,9 @@ inputs:
sep-labels:
description: 'Separator to use for labels output (default \n)'
required: false
bake-target:
description: 'Bake target name (default ghaction-docker-meta)'
required: false
github-token:
description: 'GitHub Token as provided by secrets'
default: ${{ github.token }}