Skip to content

Add CI workflow to publish Docker images to ghcr.io/init4tech#8

Merged
rymcol merged 1 commit intomasterfrom
add-init4-docker-ci
Mar 9, 2026
Merged

Add CI workflow to publish Docker images to ghcr.io/init4tech#8
rymcol merged 1 commit intomasterfrom
add-init4-docker-ci

Conversation

@init4samwise
Copy link

This PR adds a GitHub Actions workflow that:

  • Triggers on tagged releases (v*)
  • Builds Docker images using the existing docker/Dockerfile
  • Pushes to ghcr.io/init4tech/blockscout
  • Tags images with the git tag version (e.g., 1.2.3), major.minor (e.g., 1.2), and latest
  • Supports linux/amd64 and linux/arm64 platforms
  • Uses GITHUB_TOKEN for ghcr.io authentication (built-in)
  • Uses GitHub Actions cache for faster builds

To publish a new image, simply create and push a tag like v1.0.0.


Related to init4tech's Blockscout deployment infrastructure.

@init4samwise init4samwise requested a review from a team March 9, 2026 22:16
@rymcol rymcol merged commit 8d9a8e5 into master Mar 9, 2026
15 of 18 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