Migrate PR workflow to inline Docker build with dual registry#1460
Closed
andersondario-er wants to merge 1 commit intodevelopfrom
Closed
Migrate PR workflow to inline Docker build with dual registry#1460andersondario-er wants to merge 1 commit intodevelopfrom
andersondario-er wants to merge 1 commit intodevelopfrom
Conversation
Replace gundi-workflows build_docker.yml with inline Docker build
logic. das-web-react is a public repo and cannot call reusable
workflows from serca-pipelines (internal visibility).
Key changes:
- Inline Docker build with dual registry push (serca + padas-app)
- Remove deploy label gate: build runs on every PR
- Remove GitHub environment declaration
- GHA cache for faster builds
- Image tags: {sha} and pr-{sha} pushed to both registries
Contributor
Author
|
Recreating with dash branch name (no slashes) |
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
gundi-workflows/build_docker.ymlwith inline Docker build logic (das-web-react is a public repo and cannot call reusable workflows from serca-pipelines which is internal)cache-from/cache-to) for faster builds{sha}andpr-{sha}pushed to both registriesTest plan
{sha}andpr-{sha})🤖 Generated with Claude Code