Skip to content

Add release trigger and image tagging to CI workflow PR#4

Merged
nehan-p merged 1 commit into
mainfrom
3-ci-publish-and-tag-latest-images-on-gh-releases
May 13, 2026
Merged

Add release trigger and image tagging to CI workflow PR#4
nehan-p merged 1 commit into
mainfrom
3-ci-publish-and-tag-latest-images-on-gh-releases

Conversation

@nehan-p
Copy link
Copy Markdown
Contributor

@nehan-p nehan-p commented May 8, 2026

Modifies the build workflow to trigger on published GitHub releases.

Changes:

  • Added release: types: [published] trigger to the workflow
  • Added release metadata step using docker/metadata-action that tags images with the semver version and latest
  • Added release build and push step that only runs on release events
  • Existing PR/push steps unchanged, only run on non-release events

Closes #3

@nehan-p nehan-p linked an issue May 8, 2026 that may be closed by this pull request
@nehan-p
Copy link
Copy Markdown
Contributor Author

nehan-p commented May 8, 2026

Hey, just a heads up, this was my first time working with GitHub Actions so I leaned on some AI assistance to understand the structure and get it right.
I have a general understanding of what the workflow does but would really appreciate a walkthrough of the Actions concepts next week when you get a chance.

@nehan-p nehan-p requested a review from v-rocheleau May 8, 2026 18:17
Copy link
Copy Markdown

@v-rocheleau v-rocheleau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

We can go over this in a 1:1 this PM

@nehan-p nehan-p merged commit ae91123 into main May 13, 2026
1 check passed
@nehan-p nehan-p deleted the 3-ci-publish-and-tag-latest-images-on-gh-releases branch May 13, 2026 17:55
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.

CI: publish and tag "latest" images on GH releases

2 participants