mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
github action: manual trigger instead of per-commit
This commit is contained in:
parent
d2e5b6f1fb
commit
f5ad598d2f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -1,8 +1,7 @@
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches: ['current']
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
Loading…
Reference in a new issue