ci: allow the publish job to be started by hand
Build docker image and push to registry.bitdeals.org / build (push) Successful in 46s

Also re-triggers the build, which is what this commit is for right now: the
first run built the image and then stopped at docker login, because the
registry secrets did not exist for this repository yet.

workflow_dispatch earns its place beyond that — the image content depends on
ELECTRUMX_VERSION, a build argument, so a new upstream release is a reason to
rebuild without a commit to point at.
This commit is contained in:
2026-08-06 13:08:51 +00:00
parent 7a7ecfb303
commit b5534fa24e
+3
View File
@@ -1,6 +1,9 @@
name: Build docker image and push to registry.bitdeals.org
run-name: docker build and docker push
on:
# Manual trigger as well: the image also changes when upstream releases a new
# ElectrumX, which is a build argument here and not a commit.
workflow_dispatch:
push:
branches:
- main