Support docker/metadata-action

This commit is contained in:
なつき 2021-10-06 12:37:39 -07:00
parent f123b1f960
commit 3e5ca2fc47
9 changed files with 124 additions and 18 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: