ci: add individual github workflows for building dockerfiles#46
Conversation
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
af0f90a to
51f32a5
Compare
Signed-off-by: kpango <kpango@vdaas.org>
51f32a5 to
5eaa085
Compare
Signed-off-by: kpango <kpango@vdaas.org>
Signed-off-by: kpango <kpango@vdaas.org>
Signed-off-by: kpango <kpango@vdaas.org>
Signed-off-by: kpango <kpango@vdaas.org>
Signed-off-by: kpango <kpango@vdaas.org>
Signed-off-by: kpango <kpango@vdaas.org>
* ci: add individual github workflows for building dockerfiles (#46) Signed-off-by: kpango <kpango@vdaas.org> * ci: add dependabot configuration for github actions Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --------- Signed-off-by: kpango <kpango@vdaas.org> Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
.github/workflows/docker-{target}.ymlto build every single Docker image properly inside isolated github workflows instead of relying on the single, buggy, unmaintaineddocker-base.yml.type=registrywithtype=imageandpush=truewith a conditionally configurable parameterized value, allowing workflows and Pull Request validations to not accidentally push and fail without DockerHub credentials.make build_base DOCKER_PUSH=false) to ensure parity with the standard build process of the application logic.PR created automatically by Jules for task 13121229839234714668 started by @kpango