Compare commits
2 Commits
v1.1.0
...
d4fc33c863
Author | SHA1 | Date | |
---|---|---|---|
d4fc33c863 | |||
f545b869f9 |
@@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
# use the current commit SHA as the tag
|
# use the current commit SHA as the tag
|
||||||
|
@@ -1,18 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"regexManagers": [
|
|
||||||
{
|
|
||||||
"fileMatch": ["kustomization\\.yaml"],
|
|
||||||
"matchStrings": [
|
|
||||||
"- name:\\s*(?<depName>\\S+)\\s*\\n\\s*newName:\\s*(?<lookupName>\\S+)\\s*\\n\\s*newTag:\\s*(?<currentValue>[a-f0-9]{7,40})"
|
|
||||||
],
|
|
||||||
"datasourceTemplate": "docker",
|
|
||||||
"versioningTemplate": "loose",
|
|
||||||
"extractVersionTemplate": "{{ currentValue }}",
|
|
||||||
"lookupNameTemplate": "{{ lookupName }}"
|
|
||||||
},
|
|
||||||
],
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
// Fully automatically update the container version referenced in the deployment
|
// Fully automatically update the container version referenced in the deployment
|
||||||
{
|
{
|
||||||
@@ -23,9 +11,7 @@
|
|||||||
"commitMessagePrefix": "[skip ci]",
|
"commitMessagePrefix": "[skip ci]",
|
||||||
"registryUrls": [
|
"registryUrls": [
|
||||||
"https://git.kluster.moll.re"
|
"https://git.kluster.moll.re"
|
||||||
],
|
]
|
||||||
// Since the images use the commit sha as their tag, simply match any tag
|
|
||||||
"versioning": "regex:(.*)"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user