Create and host docker images for the CI (#34) #39
Loading…
Reference in New Issue
No description provided.
Delete Branch "feat/#34"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR only introduces the new Woodpecker pipeline to build the docker images.
When it is merged, we'll need to adapt the existing pipelines (lint and build) to use the generated images.
Before this PR is merged, we need to add new secrets to the woodpecker configuration:
publish_username
: The username of the user to push docker images to the gitea repositorypublish_token
: A token for the userWIP: Create and host docker images for the CI (#34)to Create and host docker images for the CI (#34)