feat/gitea-actions-v2
master
Migrate CI pipeline to a standardized 4-job workflow:
tests/test.sh
.gitea/workflows/docker-build.yaml
putty --help
puttygen --version
Dockerfile
# hadolint ignore=DL3018
RUN apk add
jcabillot/putty:latest
ChristopherHX/gitea-*
No dependencies set.
The note is not visible to the blocked user.
Summary
Migrate CI pipeline to a standardized 4-job workflow:
tests/test.shChanges
.gitea/workflows/docker-build.yaml: Replaced single-job workflow with lint→build→test→push pipeline, all actions pinned to commit SHAstests/test.sh: Added smoke tests (putty --help,puttygen --version)Dockerfile: Added# hadolint ignore=DL3018beforeRUN apk addNotes
jcabillot/putty:lateston Docker HubChristopherHX/gitea-*actions for artifact upload/download (Gitea-compatible)