ci: publish security audit worker image - #7
Merged
Conversation
Adds a second metadata+build-push step pair to the existing tag-gated docker job, publishing Dockerfile.worker to ghcr.io/omnibioai/omnibioai-security-audit-worker with the same semver/latest tag scheme as the API image. Reuses the job's existing GHCR login and packages: write permission -- no new job, no new permissions, no new secrets. The API image's metadata/build/push steps are unchanged (pure addition, verified via git diff). Worker package does not exist yet on GHCR (confirmed 404), unlike the API image's package (which existed but was unlinked). Whether GHCR auto-creates and auto-links a brand-new org package on first push, or needs the same manual grant the API package needed, is unverified until a real push is attempted. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docker/metadata-action+docker/build-push-actionstep pair in the existing tag-gateddockerjob, buildingDockerfile.workerand publishingghcr.io/omnibioai/omnibioai-security-audit-workerwith the samesemver/latesttag scheme as the API image.packages: writepermission -- no new job, no new permissions, no new secrets.Validation (already performed against this exact commit, 99bf346)
v0.0.102-ci-test, deleted after): both API and worker images built and pushed successfully.sha256:58b858f3fa71930513366d4bc7c42cf61ebee145035e51d6bfc8009b73f47ff0sha256:6e13028c5e5135d60156220cf46b4004d1b2f0c534806946c870adc067cafffeorg.opencontainers.image.revisionlabel confirmed identical (99bf346) -- same-commit provenance.Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com