Correct typos and add documentation to docker yaml

This commit is contained in:
Jaifroid 2021-10-31 15:20:52 +00:00
parent d6b2ca5427
commit d6685856a8

View File

@ -4,12 +4,13 @@ name: Docker
# Controls when the action will run. # Controls when the action will run.
on: on:
# Triggers the workflow when a release is publsihed or updated # Triggers the workflow when a release is published or updated
release: release:
types: [ published ] types: [ published ]
# Call this for testing from the REST API with '{"version":"{tag}"}' # Call this for testing from the REST API with '{"version":"{tag}"}'
# 'https://api.github.com/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches' # 'https://api.github.com/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches'
# Documentation: https://docs.github.com/en/rest/reference/actions#create-a-workflow-dispatch-event
workflow_dispatch: workflow_dispatch:
inputs: inputs:
version: version: