mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-23 04:28:30 -04:00
Correct typos and add documentation to docker yaml
This commit is contained in:
parent
d6b2ca5427
commit
d6685856a8
3
.github/workflows/publish-docker.yaml
vendored
3
.github/workflows/publish-docker.yaml
vendored
@ -4,12 +4,13 @@ name: Docker
|
||||
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
# Triggers the workflow when a release is publsihed or updated
|
||||
# Triggers the workflow when a release is published or updated
|
||||
release:
|
||||
types: [ published ]
|
||||
|
||||
# Call this for testing from the REST API with '{"version":"{tag}"}'
|
||||
# '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:
|
||||
inputs:
|
||||
version:
|
||||
|
Loading…
x
Reference in New Issue
Block a user