Remove workflow_dispatch
This commit is contained in:
parent
f081dc2001
commit
b7c5b78a61
|
@ -2,7 +2,6 @@
|
|||
on:
|
||||
release:
|
||||
types: [released]
|
||||
workflow_dispatch:
|
||||
|
||||
name: Publish latest image to Docker Hub
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
name: Publish tagged image to Docker Hub
|
||||
|
||||
|
|
Loading…
Reference in New Issue