Added support for pipeline deployment to docker
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.