7 Commits
Author SHA1 Message Date
jcabillot a5f68107b6 Merge pull request 'chore(deps): update hadolint/hadolint-action action to v3.3.0' (#10) from renovate/hadolint-hadolint-action-3.x into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build-and-test (push) Successful in 8s
Docker Build and Push / push (push) Successful in 2m25s
Reviewed-on: #10
2026-06-12 07:52:31 -04:00
renovate be71ef4b4b chore(deps): update hadolint/hadolint-action action to v3.3.0
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build-and-test (pull_request) Successful in 6m18s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 01:16:07 +00:00
jcabillot 6eb62de2b4 Merge pull request 'fix: add version comments to Gitea Actions workflow' (#9) from fix/action-version-comments into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build-and-test (push) Successful in 6m9s
Docker Build and Push / push (push) Successful in 13s
Reviewed-on: #9
2026-06-11 21:13:01 -04:00
cloudix_mcp_server 6c22508851 fix: rewrite workflow with correct YAML (was double-encoded)
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build-and-test (pull_request) Successful in 6m8s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-11 19:24:22 -04:00
cloudix_mcp_server 7b3bdd8530 fix: add version comments to Gitea Actions workflow 2026-06-11 18:51:40 -04:00
jcabillot 72c7e80ef1 Merge pull request 'Migrate Renovate config' (#7) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 5s
Docker Build and Push / build-and-test (push) Successful in 8s
Docker Build and Push / push (push) Successful in 3m20s
Reviewed-on: #7
2026-06-11 07:09:47 -04:00
renovate 69460d1019 Migrate config renovate.json
Docker Build and Push / build (pull_request) Failing after 1m6s
2026-06-10 23:03:47 +00:00
2 changed files with 10 additions and 11 deletions
+5 -5
View File
@@ -11,8 +11,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
with:
dockerfile: Dockerfile
failure-threshold: error
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
needs: lint
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Build image
run: docker build -t ci-image:${{ github.sha }} .
- name: Run tests
@@ -32,10 +32,10 @@ jobs:
needs: build-and-test
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Build image
run: docker build -t ci-image:${{ github.sha }} .
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
+4 -5
View File
@@ -3,13 +3,12 @@
"gitlabci": {
"enabled": true
},
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"description": "Track Tini version from ENV-based ADD download URL",
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"TINI_VERSION\\s+\"(?<currentValue>[^\"]+)\""
],
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["TINI_VERSION\\s+\"(?<currentValue>[^\"]+)\""],
"depNameTemplate": "krallin/tini",
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"