1 Commits

Author SHA1 Message Date
argoyle a1d63e148e ci: migrate from GitLab CI to Gitea Actions
geo-service / build (pull_request) Failing after 7s
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:12:04 +01:00
+4 -1
View File
@@ -22,7 +22,10 @@ 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 && build --verbose && push --verbose
run: |
unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN
echo "GITEA_TOKEN after unset: '${GITEA_TOKEN:-unset}'"
build --verbose && push --verbose
deploy-prod:
needs: build