Add feature for building an image without pushing it to a registry

This commit is contained in:
Lars Gohr
2020-08-29 21:52:51 +02:00
parent 94e33a1557
commit cc40c79473
4 changed files with 93 additions and 39 deletions

View File

@@ -47,6 +47,9 @@ inputs:
tag_semver:
description: 'Push semver docker tags. e.g. image:1.2.3, image:1.2, image:1'
required: false
no_push:
description: 'Set no_push to true if you want to prevent the action from pushing to a registry (default: false)'
required: false
outputs:
tag:
description: 'Is the tag, which was pushed'