Skip to content

feat: add Docker image publish workflow to ghcr.io (COW-981)#70

Merged
lgahdl merged 1 commit into
developfrom
luizhatem/cow-981-feat-add-docker-image-publish-workflow-for-kubernetes-ghcrio
May 29, 2026
Merged

feat: add Docker image publish workflow to ghcr.io (COW-981)#70
lgahdl merged 1 commit into
developfrom
luizhatem/cow-981-feat-add-docker-image-publish-workflow-for-kubernetes-ghcrio

Conversation

@lgahdl
Copy link
Copy Markdown
Contributor

@lgahdl lgahdl commented May 28, 2026

Summary

  • Add .github/workflows/docker.yml that builds and pushes the image to ghcr.io on every push to main
  • Tags: full git SHA (for Kubernetes to pin to exact revision), branch name, and latest
  • Uses GitHub Actions layer cache to speed up repeat builds
  • Passes PIPELINE_BUILD_TAG=${{ github.sha }} as build arg (matches Dockerfile expectation)

How to Test

  1. Merge to main or trigger workflow_dispatch
  2. Verify image appears at ghcr.io/bleu/cow-programmatic-orders-api with correct tags

Related Issues

COW-981

🤖 Generated with Claude Code

Builds and pushes the image to ghcr.io on every push to main.
Tags: full git SHA (for Kubernetes to pin), branch name, and latest.
Uses GitHub Actions layer cache to speed up repeat builds.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 28, 2026

COW-981

@lgahdl lgahdl merged commit c8dd4b4 into develop May 29, 2026
4 checks passed
@lgahdl lgahdl deleted the luizhatem/cow-981-feat-add-docker-image-publish-workflow-for-kubernetes-ghcrio branch May 29, 2026 19:17
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.

3 participants