1 Commits

Author SHA1 Message Date
argoyle 8c9679e84a ci: migrate from GitLab CI to Gitea Actions
geo-service / build (pull_request) Failing after 35s
geo-service / deploy-prod (pull_request) Has been skipped
- Add Gitea Actions workflow (.gitea/workflows/ci.yaml)
- Update K8s deployment image registry to oci.unbound.se
2026-01-06 16:38:40 +01:00
+2 -2
View File
@@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v4
- uses: buildtool/setup-buildtools-action@v1
- name: Show config
run: env && build --config
run: unset GITHUB_REPOSITORY_OWNER && env && build --config
- name: Build and push
run: build --verbose && push --verbose
run: unset GITHUB_REPOSITORY_OWNER && build --verbose && push --verbose
deploy-prod:
needs: build