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"]
|
branches: ["main", "test"]
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
workflow_dispatch:
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{forgejo.SERVER_URL}}
|
REGISTRY: ${{forgejo.SERVER_URL}}
|
||||||
IMAGE_NAME: ${{forgejo.repository}}-fe
|
IMAGE_NAME: ${{forgejo.repository}}-fe
|
||||||
|
|
|
@ -5,6 +5,7 @@ on:
|
||||||
branches: ["main", "test"]
|
branches: ["main", "test"]
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
workflow_dispatch:
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{forgejo.SERVER_URL}}
|
REGISTRY: ${{forgejo.SERVER_URL}}
|
||||||
IMAGE_NAME: ${{forgejo.repository}}-worker
|
IMAGE_NAME: ${{forgejo.repository}}-worker
|
||||||
|
|
Loading…
Reference in a new issue