feat/gitea-actions-v2
master
Migrate CI pipeline to a standardized 4-job workflow:
tests/test.sh
.gitea/workflows/docker-build.yaml
iperf3 --version
iperf3 --help
Dockerfile
# hadolint ignore=DL3018
RUN apk add
jcabillot/iperf3: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 (iperf3 --version,iperf3 --help)Dockerfile: Added# hadolint ignore=DL3018beforeRUN apk addNotes
jcabillot/iperf3:lateston Docker HubChristopherHX/gitea-*actions for artifact upload/download (Gitea-compatible)