fix: simplify CI to docker build only (closes #130) #131

Merged
sneak merged 2 commits from fix/ci-docker-build-only into main 2026-02-26 11:53:14 +01:00
Collaborator

Per repo policies, the Gitea Actions workflow should simply run docker build . since the Dockerfile already runs make check. This removes the setup-go, golangci-lint install, and goimports install steps from the CI workflow.

Closes #130

Per repo policies, the Gitea Actions workflow should simply run `docker build .` since the Dockerfile already runs `make check`. This removes the setup-go, golangci-lint install, and goimports install steps from the CI workflow. Closes #130
clawbot added 1 commit 2026-02-26 11:09:47 +01:00
fix: simplify CI to docker build only (closes #130)
Some checks failed
Check / check (pull_request) Failing after 4s
55069d6845
Author
Collaborator

make check output (all passing):

==> Checking formatting...
==> Running linter...
==> Running tests...
ok  	git.eeqj.de/sneak/upaas/cmd/upaasd	1.949s
ok  	git.eeqj.de/sneak/upaas/internal/config	1.849s
ok  	git.eeqj.de/sneak/upaas/internal/database	2.072s
ok  	git.eeqj.de/sneak/upaas/internal/docker	1.758s
ok  	git.eeqj.de/sneak/upaas/internal/handlers	2.263s
ok  	git.eeqj.de/sneak/upaas/internal/middleware	1.826s
ok  	git.eeqj.de/sneak/upaas/internal/models	2.184s
ok  	git.eeqj.de/sneak/upaas/internal/service/app	2.085s
ok  	git.eeqj.de/sneak/upaas/internal/service/auth	2.026s
ok  	git.eeqj.de/sneak/upaas/internal/service/deploy	2.186s
ok  	git.eeqj.de/sneak/upaas/internal/service/notify	2.118s
ok  	git.eeqj.de/sneak/upaas/internal/service/webhook	2.672s
ok  	git.eeqj.de/sneak/upaas/internal/ssh	2.222s
==> Building...
==> All checks passed!
`make check` output (all passing): ``` ==> Checking formatting... ==> Running linter... ==> Running tests... ok git.eeqj.de/sneak/upaas/cmd/upaasd 1.949s ok git.eeqj.de/sneak/upaas/internal/config 1.849s ok git.eeqj.de/sneak/upaas/internal/database 2.072s ok git.eeqj.de/sneak/upaas/internal/docker 1.758s ok git.eeqj.de/sneak/upaas/internal/handlers 2.263s ok git.eeqj.de/sneak/upaas/internal/middleware 1.826s ok git.eeqj.de/sneak/upaas/internal/models 2.184s ok git.eeqj.de/sneak/upaas/internal/service/app 2.085s ok git.eeqj.de/sneak/upaas/internal/service/auth 2.026s ok git.eeqj.de/sneak/upaas/internal/service/deploy 2.186s ok git.eeqj.de/sneak/upaas/internal/service/notify 2.118s ok git.eeqj.de/sneak/upaas/internal/service/webhook 2.672s ok git.eeqj.de/sneak/upaas/internal/ssh 2.222s ==> Building... ==> All checks passed! ```
clawbot force-pushed fix/ci-docker-build-only from 55069d6845 to fb866af4e5 2026-02-26 11:11:30 +01:00 Compare
Author
Collaborator

make check output (all passing):

==> Checking formatting...
==> Running linter...
==> Running tests... (all PASS)
==> Building...
==> All checks passed!
**`make check` output (all passing):** ``` ==> Checking formatting... ==> Running linter... ==> Running tests... (all PASS) ==> Building... ==> All checks passed! ```
sneak added 1 commit 2026-02-26 11:53:05 +01:00
Merge branch 'main' into fix/ci-docker-build-only
All checks were successful
Check / check (pull_request) Successful in 2m47s
1875792ebe
sneak merged commit b1c6b93d8e into main 2026-02-26 11:53:14 +01:00
sneak deleted branch fix/ci-docker-build-only 2026-02-26 11:53:14 +01:00
Sign in to join this conversation.