ci: migrate from GitLab CI to Gitea Actions
dancefinder-app / build (pull_request) Successful in 1m50s
dancefinder-app / deploy-prod (pull_request) Has been skipped

- Add Gitea Actions workflow (.gitea/workflows/ci.yaml)
- Update K8s deployment image registry to oci.unbound.se
This commit is contained in:
2026-01-07 16:38:26 +01:00
parent 4755f2ce10
commit 1021d061d7
2 changed files with 34 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
periodSeconds: 5
timeoutSeconds: 5
imagePullPolicy: Always
image: registry.gitlab.com/unboundsoftware/dancefinder/dancefinder-app:${COMMIT}
image: oci.unbound.se/dancefinder/dancefinder-app:${COMMIT}
ports:
- containerPort: 80
resources: