Convert perso/mysql-client workflows from the artifact pattern (docker save → artifact upload/download → docker load) to the standard htpasswd 4-workflow pattern (build directly, no artifacts).
Changes
Workflow
Change
.gitea/workflows/main.yaml
Converted — now uses hadolint → test → build → tag pattern. Removed artifact upload/download, Docker Hub push. Local builds only on push-to-master. Git tag bump retained.
.gitea/workflows/pr.yaml
Converted — now uses hadolint → build-test (single job, no artifact passthrough). Builds + tests directly.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Convert
perso/mysql-clientworkflows from the artifact pattern (docker save → artifact upload/download → docker load) to the standard htpasswd 4-workflow pattern (build directly, no artifacts).Changes
.gitea/workflows/main.yaml.gitea/workflows/pr.yaml.gitea/workflows/cron.yamldocker/build-push-action(htpasswd pattern)..gitea/workflows/tag.yamldocker/metadata-action+docker/build-push-action(htpasswd pattern).Pattern (as established by
perso/htpasswd)Closes no issue.