bitcoin-dev-project / warnet

Monitor and analyze the emergent behaviors of Bitcoin networks
https://warnet.dev
MIT License
63 stars 28 forks source link

ci: build RPC image automagically #301

Closed willcl-ark closed 2 months ago

willcl-ark commented 2 months ago

This will build a warnet-rpc image when merging into main branch

willcl-ark commented 2 months ago

I hate workflows

willcl-ark commented 2 months ago

Ok this does work, but currently it will just push a new "latest" tag when we merge things into main branch, see here for example.

I wanted to have each pr get it's own tag, but thats difficult when PRs come from forks (you have to use a GitHub "environment", and I cannot get it to read secrets out of the environment correctly).