Closed rootulp closed 1 month ago
I know the team uses feature branches a lot. Did all my fixes get applied to the correct feature branches?
I'm going to assume no, as I don't see a v2.2.0-mocha
trigger in the actions https://github.com/celestiaorg/celestia-app/actions/workflows/docker-build-publish.yml
If the tag was built off of the v2.x
branch then the issue is that branch doesn't contain the CI fixes.
https://github.com/celestiaorg/celestia-app/blob/v2.x/.github/workflows/docker-build-publish.yml
Yes the tag was built off of the v2.x branch. I'll update it to account for your fixes.
Manually triggered https://github.com/celestiaorg/celestia-app/actions/runs/11146831921
Update: the manual trigger won't work because the Dockerfile in v2.2.0-mocha isn't where main expects it to be.
You need to select the v2 branch when you manually trigger the action for v2 updates
Context
https://github.com/celestiaorg/celestia-app/pkgs/container/celestia-app/versions
Reported by @smuu
Problem
A docker image for v2.2.0-mocha does not exist
Proposal