Refactor inputs to support docker/metadata-action (#76)

This commit is contained in:
なつき 2021-10-12 10:21:52 -07:00 committed by GitHub
parent f123b1f960
commit 979e6a6c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 142 additions and 23 deletions

View file

@ -7,9 +7,9 @@ branding:
inputs:
image:
description: 'The name (reference) of the image to build'
required: true
required: false
tags:
description: 'The tags of the image to build. For multiple tags, seperate by a space. For example, "latest v1".'
description: 'The tags of the image to build. For multiple tags, seperate by whitespace. For example, "latest v1".'
required: false
default: latest
base-image: