Documented the API, tweaked workflow

This commit is contained in:
2021-03-07 07:23:26 +11:00
parent ac980426a5
commit aff6a06c5a
2 changed files with 82 additions and 1 deletions
+4
View File
@@ -2,6 +2,10 @@ name: Publish Docker image
on:
release:
types: [ published ]
push:
tags:
- v0.*
- v1.*
jobs:
push_to_registry:
name: Push Docker Image to Docker Hub