Add worflow dispatch event

This commit is contained in:
Clémentine Urquizar 2021-11-11 16:00:10 +01:00
parent 5fd9616b5f
commit 5e6d7b7649
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
on:
release:
types: [released]
workflow_dispatch:
name: Publish latest image to Docker Hub

View File

@ -3,6 +3,7 @@ on:
push:
tags:
- '*'
workflow_dispatch:
name: Publish tagged image to Docker Hub