mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
🚀 Enable building multiarch images
This commit is contained in:
@@ -53,6 +53,9 @@ inputs:
|
||||
no_push:
|
||||
description: 'Set no_push to true if you want to prevent the action from pushing to a registry (default: false)'
|
||||
required: false
|
||||
platforms:
|
||||
description: 'Use platforms for building multi-arch images'
|
||||
required: false
|
||||
outputs:
|
||||
tag:
|
||||
description: 'Is the tag, which was pushed'
|
||||
@@ -85,4 +88,5 @@ runs:
|
||||
INPUT_TAGS: ${{ inputs.tags }}
|
||||
INPUT_TAG_NAMES: ${{ inputs.tag_names }}
|
||||
INPUT_TAG_SEMVER: ${{ inputs.tag_semver }}
|
||||
INPUT_NO_PUSH: ${{ inputs.no_push }}
|
||||
INPUT_NO_PUSH: ${{ inputs.no_push }}
|
||||
INPUT_PLATFORMS: ${{ inputs.platforms }}
|
||||
Reference in New Issue
Block a user