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
-2
View File
@@ -19,8 +19,6 @@ jobs:
run: curl -I https://oci.unbound.se/v2/
- name: Test docker login
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login oci.unbound.se -u buildtools --password-stdin
- name: Debug BUILDTOOLS_CONTENT
run: echo "$BUILDTOOLS_CONTENT" | sed 's/token: .*/token: [REDACTED]/'
- name: Show config
run: unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN && env && build --config
- name: Build and push