fix: convert from artifact pattern to standard htpasswd 4-workflow #15
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 workflows from artifact-upload/download pattern to standard htpasswd pattern (build directly, no artifacts).
Changes
All 4 workflows (
main.yaml,cron.yaml,tag.yaml,pr.yaml):docker save+docker loadartifact passthroughChristopherHX/gitea-upload-artifactandChristopherHX/gitea-download-artifactactionstestjob that builds withdocker buildand directly runstests/test.shon the built image — no intermediate artifact storagepushjob: now builds independently withdocker/build-push-action(no dependency on prior build)Otherwise preserves:
0 0 * * *jcabillot/siege)anothrNick/github-tag-action(main/cron only)