chore: workflow dispatch
This commit is contained in:
parent
e093e876ec
commit
1627b75260
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ on:
|
|||
branches: ["main", "test"]
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
env:
|
||||
REGISTRY: ${{forgejo.SERVER_URL}}
|
||||
IMAGE_NAME: ${{forgejo.repository}}-fe
|
||||
|
|
|
@ -5,6 +5,7 @@ on:
|
|||
branches: ["main", "test"]
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
env:
|
||||
REGISTRY: ${{forgejo.SERVER_URL}}
|
||||
IMAGE_NAME: ${{forgejo.repository}}-worker
|
||||
|
|
Loading…
Reference in a new issue