Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add container image building to this repo #194

Merged
merged 3 commits into from
Mar 4, 2025

Conversation

grahamalama
Copy link
Contributor

For now, we only have a workflow_dispatch trigger to facilitate manual testing, but when this service is fully migrated to Argo, that trigger will be removed and the image will only be published on commits to master and semver tag pushes.

In the future, this workflow will:

  • run on every pull request (but not push the image) as a CI step
  • publish every commit to master as the new latest image
  • publish every (semver) tagged commit as an image with that same tag and a new latest image

For now, we only have a `workflow_dispatch` trigger to facilitate manual testing, but when this service is fully migrated to Argo, that trigger will be removed and the image will only be published on commits to `master` and semver tag pushes.

In the future, this workflow will:
- run on every pull request (but not push the image) as a CI step
- publish every commit to `master` as the new `latest` image
- publish every (semver) tagged commit as an image with that same tag and a new `latest` image
`version` should wind up in the root dir
@alexcottner alexcottner merged commit 7abfa41 into mozilla:master Mar 4, 2025
2 of 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