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
+2
View File
@@ -17,6 +17,8 @@ jobs:
- uses: buildtool/setup-buildtools-action@v1
- name: Test registry connectivity
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: Show config
run: unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN && env && build --config
- name: Build and push