You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no lightweight way to get a runnable Docker image for an open PR. Developers who want to test a branch's image today must trigger the manual deploy workflow (cicd_8-manual-deploy.yml), which pushes to dotcms/dotcms and is a manual, out-of-band step.
Proposal
Add a workflow that builds and pushes a test image automatically for any PR labeled PR: docker image:
Triggers when the label is applied, or when a new commit is pushed to an already-labeled PR.
Pushes to dotcms/dotcms-test (kept separate from the official dotcms/dotcms repo).
Problem
There is no lightweight way to get a runnable Docker image for an open PR. Developers who want to test a branch's image today must trigger the manual deploy workflow (
cicd_8-manual-deploy.yml), which pushes todotcms/dotcmsand is a manual, out-of-band step.Proposal
Add a workflow that builds and pushes a test image automatically for any PR labeled
PR: docker image:dotcms/dotcms-test(kept separate from the officialdotcms/dotcmsrepo).feat/bedrock-agentic-harnesson PR fixes #1233 - showing 'current user(everyone)' when adding annon whocanu... #1234 →dotcms/dotcms-test:pr-1234-feat-bedrock-agentic-harness(plus an immutable..._<sha>tag).cicd_comp_build-phase.yml) and thedeploy-dockercomposite action.Notes
DOCKER_*secrets) — internal branches only, by design.