1 Commits

Author SHA1 Message Date
argoyle 3dfad61b45 ci: migrate from GitLab CI to Gitea Actions
- Add Gitea Actions workflow (.gitea/workflows/ci.yaml)
- Update K8s deployment image registry to oci.unbound.se
2026-01-06 20:13:37 +01:00
+2
View File
@@ -19,6 +19,8 @@ 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