1 Commits

Author SHA1 Message Date
argoyle 7b2ab6a164 ci: migrate from GitLab CI to Gitea Actions
geo-service / build (pull_request) Failing after 6s
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 20:08:11 +01:00
+1 -4
View File
@@ -22,10 +22,7 @@ jobs:
- name: Show config
run: unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN && env && build --config
- name: Build and push
run: |
unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN
echo "GITEA_TOKEN after unset: '${GITEA_TOKEN:-unset}'"
build --verbose && push --verbose
run: unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN && build --verbose && push --verbose
deploy-prod:
needs: build