feat/gitea-actions-v2
master
Migrate CI pipeline to a standardized 4-job workflow:
tests/test.sh
.gitea/workflows/docker-build.yaml
python -c "import troposphere; print(troposphere.__version__)"
Dockerfile
# hadolint ignore=DL3018,DL3013
RUN apk ... pip install ...
jcabillot/troposphere: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 test (python -c "import troposphere; print(troposphere.__version__)")Dockerfile: Added# hadolint ignore=DL3018,DL3013beforeRUN apk ... pip install ...Notes
jcabillot/troposphere:lateston Docker HubChristopherHX/gitea-*actions for artifact upload/download (Gitea-compatible)