feat(ci): rewrite workflows matching htpasswd standard pattern #13
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?
Description
Rewrite all 4 Gitea Actions workflow files to match the standard
perso/htpasswdtemplate pattern.Changes
.gitea/workflows/pr.yamlmain.gitea/workflows/main.yamlmain. No Docker Hub push (only tags).RELEASE_BRANCHES: main.gitea/workflows/tag.yamlvX.Y.Z+vX.Y.Z-latest.gitea/workflows/cron.yaml0 0 * * *(kept existing schedule). Tags<latest-tag>-latestAdaptations from htpasswd template
jcabillot/docker-duplicacyscm.cabillot.eu/perso/docker-duplicacy.gitmain(wasmaster)main'0 0 * * *'(preserved from original cron.yaml)GITHUB_TOKEN(preserved from original main.yaml)