Build Configuration
This guide explains how to configure the build process in your CI/CD pipeline. It covers setting up the container registry and specifying the Docker repository URL.
Step 1: Navigate to the Workflow Configuration
- In the Workflow Details page, click on Build within the pipeline diagram to start configuring the build.
Step 2: Configure the Build Details
- The Configure Build panel will appear on the right side of the screen.
Step 3: Container Registry
- Container Registry: Select the container registry integration from the dropdown menu.
- Example:
Docker connected
- Example:
Step 4: Docker Repository URL
- Docker Repo URL: Enter the URL of the Docker repository where your container images will be stored.
- Example:
https://docker.io/your-repo
- Example:
Step 5: Save the Configuration
- Click the Save button to apply your build configuration to the workflow.