2
0
Fork 0
mirror of https://code.forgejo.org/docker/metadata-action.git synced 2025-08-06 06:10:54 +00:00

Allow to templatize schedule tag (#1)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-10-25 15:13:43 +01:00 committed by GitHub
parent 88d487154b
commit 3b38d53d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 14262 additions and 49 deletions

View file

@ -31,7 +31,7 @@ async function run() {
core.startGroup(`Docker image version`);
core.info(`${version}`);
core.endGroup();
core.setOutput('version', version);
core.setOutput('version', version || '');
const tags: Array<string> = meta.tags();
core.startGroup(`Docker tags`);