mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
♻️ Remove platforms options
Platform was in beta and turned out not to be usable. This still needs some tinkering with Github actions, but this wouldn't happen here. See https://github.com/actions/virtual-environments/issues/3090
This commit is contained in:
@@ -44,9 +44,6 @@ inputs:
|
||||
tags:
|
||||
description: 'Use tags when you want to bring your own tags (separated by comma)'
|
||||
required: false
|
||||
platforms:
|
||||
description: 'Use platforms to build multi-platform images (separated by comma)'
|
||||
required: false
|
||||
tag_names:
|
||||
description: 'Use tag_names when you want to push tags/release by their git name'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user