Skip to content

ci: auto-build Docker image on push to main#22

Merged
emmajam merged 1 commit intomainfrom
ci/auto-build-on-merge
Feb 12, 2026
Merged

ci: auto-build Docker image on push to main#22
emmajam merged 1 commit intomainfrom
ci/auto-build-on-merge

Conversation

@emmajam
Copy link
Contributor

@emmajam emmajam commented Feb 12, 2026

Previously the Docker image was only built on version tags or manual workflow_dispatch, which meant fixes merged to main weren't deployed until someone manually triggered a build.

This caused the get_logs pagination fix (d79378b) to never be deployed — the helm chart still points to the pre-fix image (842be9c).

Changes:

  • Add push: branches: [main] trigger
  • Consolidate build steps: tag pushes get latest + version + SHA tags; branch pushes and dispatches get SHA tags only

After this merges, the workflow will auto-run and produce image ghcr.io/tempoxyz/rpc-tester:<sha>, which can then be updated in the helm chart.

Previously the Docker image was only built on version tags or manual
workflow_dispatch, which meant fixes merged to main weren't deployed
until someone manually triggered a build.

Now pushes to main also trigger a build, tagged with the short commit SHA.
@emmajam emmajam merged commit 8bd8c1e into main Feb 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants