feat: standardize to 4-workflow Gitea Actions pattern #8
Reference in New Issue
Block a user
Delete Branch "fix/workflow-standard"
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?
Summary
Replace the monolithic
docker-build.yamlwith a standard 4-workflow pattern that separates concerns:New Workflows
master. Runs lint → build → test → push to Docker Hub (jcabillot/troposphere:latest) + semver auto-tag.0 0 * * *. Rebuilds and pushesjcabillot/troposphere:latestto ensure images stay fresh.v*. Builds, tests, and pushes the image tagged with the exact tag name +latest.Key Details
jcabillot/tropospheremasterdocker-build.yamlis preserved (not deleted) for backward compatibility0 0 * * *