fix(ci): trigger docker publish on tag push instead of release event
GitHub Actions events created by GITHUB_TOKEN don't trigger other workflows. Changed trigger from 'release: published' to 'push: tags' so docker-publish runs directly from the tag push.
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
name: Docker Hub Release
|
name: Docker Hub Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [published]
|
tags:
|
||||||
|
- "v*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
|
|||||||
Reference in New Issue
Block a user