2 Commits
Author SHA1 Message Date
bitdeals e0de8701db ci: allow the publish job to be started by hand
Build docker image and push to registry.bitdeals.org / build (push) Successful in 47s
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
BITCOIN_VERSION, a build argument, so a new upstream release is a reason to
rebuild without a commit to point at.
2026-08-06 13:08:48 +00:00
bitdeals 3a52b5128b ci: build and publish the image on every push to main
Build docker image and push to registry.bitdeals.org / build (push) Failing after 3m16s
The registry account available on the testnet hosts is pull-only (403 on a
blob upload even for an existing repository), so publishing goes the same way
every other BitDeals image does: the Gitea runner builds and pushes with the
CI credentials. Tags mirror the family — an immutable <version>.<sha7>, a
moving <version>, and :latest for compose and Watchtower.

The version is read out of the Dockerfile ARG rather than repeated here: a tag
that can disagree with the binary inside is worse than no tag.
2026-08-06 12:01:10 +00:00