Files
distributed-execution/documents
ILay 5122da4691
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 36m55s
[SIMPL-30451] Add Gitea Actions workflow that builds and publishes both images
Adapted from template-code-location's docker-publish.yml. The repository ships two images, so the workflow builds the code location from the root Dockerfile and the payload from payload/Dockerfile, and tags both with the same short SHA - that shared tag is what keeps a code location and the payload it dispatches on the same version.

Each image gets its own gate before it is pushed. The code location image must load its Dagster definitions and carry payload/work.py for the subprocess transport. The payload image must contain dagster_pipes and must not contain dagster, which is readiness checklist L11; running that assertion against the code location image fails as expected, so the check discriminates rather than passing vacuously.

Changelog: added
2026-08-27 18:58:38 +02:00
..