Convert to standard htpasswd 4-workflow pattern (no artifacts) #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?
Converts the CI/CD workflows from the artifact pattern (using
ChristopherHX/gitea-upload-artifact/gitea-download-artifactwith Docker image tarballs) to the standard htpasswd 4-workflow pattern with no artifact intermediaries.Changes
cron.yaml — Nightly Rebuild
docker/setup-buildx-action,docker/login-action,docker/metadata-action, anddocker/build-push-actionnightly+shatags0 0 * * *main.yaml — Push to master
build→test→pushjobslint: Hadolint Dockerfiletest: Builds image and runs tests directlypush: Uses standard buildx+metadata+build-push actions to publishlatest+shatagspr.yaml — PR Checks
hadolint: Lints Dockerfile (continue-on-error)build-test: Builds image and runs tests, no artifactstag.yaml — Tag Release
anothrNick/github-tag-actionGITHUB_TOKENauth andGIT_API_TAGGING: falsefor Gitea compatibilityAction versions used
df4cb1c...2332a7b...d7f5e7f...650006c...80c7e94...f9f3042...4ed4496...DO NOT MERGE — Review only.