Skip to content

Added support for pipeline deployment to docker

Insidious Fiddler requested to merge github/fork/Codycody31/dev-pipeline into main

Refactor pipeline job names and add a job for tagging images

Summary:

Rename Test job to Test and Build, and add a new Deploy Tagged Version job for tagged images.

Details:

This commit updates the .woodpecker.yml file to rename the pipeline job Test to Test and Build for clarity. It also adds a new job called Deploy Tagged Version for tagging images. The newly created job uses the *buildx_image image and the Dockerfile for building images. The job's settings also include platforms, repo, and tags. The branching logic is unaltered.

Merge request reports