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
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user