Build and push reference
Field reference for Add a Build and push job.
Build and push fields
| Field | Meaning |
|---|---|
| Job name | Name of the Job. Defaults to build-and-push. |
| Docker file location | Read-only. The repository from the Pipeline's Code source — the Dockerfile is read from here. |
| Docker file path (relative) | Path to the Dockerfile, relative to the repository root, e.g. Dockerfile or docker/Dockerfile. |
| Build context directory | Directory passed as the Docker build context. Defaults to .. |
| Container registry connections | An existing connection from Manage credentials, or add a new one. |
| Registry repository | Name of the repository in the selected container registry where the image will be pushed, e.g. team-platform/my-service. |
| Docker build argument | Optional key/value pairs passed to docker build --build-arg. Add or remove rows as needed. |