This folder contains a number of examples of potential use cases of the Dagster Cloud CI/CD Action.
minimal
: A minimal example which builds a single code location from a Dockerfile.requirements-txt
: A lightweight example which builds from arequirements.txt
file instead of a Dockerfile.multiple-locations
: An example containing multiple code locations, which are built and pushed separately.