feat/gitea-actions-v2
master
build
actions/upload-artifact
actions/download-artifact
tests/test.sh
# hadolint ignore=DL3008,DL3015,SC3009
GET /
Same as web/ip PR #10
- Split single build job into 4 jobs: lint, build, test, push - SHA-pin all actions for supply chain security - Use ChristopherHX artifact actions (Gitea-compatible) - Add tests/test.sh with Docker bridge gateway networking - Add hadolint ignore for apt/brace patterns
No dependencies set.
The note is not visible to the blocked user.
Changes
buildjob into 4 jobs: lint → build → test → pushactions/upload-artifact/actions/download-artifactwith Gitea-compatible ChristopherHX equivalentstests/test.shwith Docker bridge gateway networking (DinD-compatible)# hadolint ignore=DL3008,DL3015,SC3009for the complex RUN blockTests
GET /→ HTTP valid, Server header is ApachePattern
Same as web/ip PR #10