ci(release): add ability to trigger action manually as well
This commit is contained in:
parent
dfc45f4e4a
commit
70efba181f
3
.github/workflows/container-release.yml
vendored
3
.github/workflows/container-release.yml
vendored
@ -3,7 +3,8 @@ name: Docker Image CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*' # This will trigger the workflow on tags that start with 'v'
|
- 'v*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
Loading…
x
Reference in New Issue
Block a user