Author SHA1 Message Date
cloudix_mcp_server 6673e95f7c fix: add branches: [master] filter on push trigger
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 54s
Docker Build and Push / test (push) Successful in 25s
Docker Build and Push / push (push) Successful in 49s
2026-06-09 10:48:51 -04:00
3 changed files with 2 additions and 18 deletions
+1
View File
@@ -3,6 +3,7 @@ name: Docker Build and Push
on: on:
pull_request: pull_request:
push: push:
branches: [master]
schedule: schedule:
- cron: '30 3 * * 3' - cron: '30 3 * * 3'
+1 -1
View File
@@ -1,4 +1,4 @@
image: docker:latest image: "docker:latest"
services: services:
- "docker:dind" - "docker:dind"
-17
View File
@@ -1,17 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"gitlabci": {
"enabled": true
},
"regexManagers": [
{
"description": "Track SHA-pinned Gitea Actions (github-actions manager on Gitea platform cannot resolve SHA refs natively)",
"fileMatch": ["^\\.gitea/workflows/.*\\.ya?ml$"],
"matchStrings": [
"uses:\\s+(?<depName>[\\w.-]+\\/[\\w.-]+(?:\\/[\\w.-]+)?)@(?<currentDigest>[a-f0-9]{40})"
],
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
}
]
}