2 Commits

Author SHA1 Message Date
d4fc33c863 Update docker/build-push-action action to v6
All checks were successful
Build container / Build (pull_request) Successful in 1m48s
2025-07-30 00:00:53 +00:00
f545b869f9 Update renovate.json5
All checks were successful
Build container / Build (push) Successful in 38s
2025-07-29 22:22:49 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
# use the current commit SHA as the tag

View File

@@ -8,7 +8,7 @@
"automerge": true,
"automergeType": "branch",
"ignoreTests": true,
"commitMessagePrefix": "[skip ci]"
"commitMessagePrefix": "[skip ci]",
"registryUrls": [
"https://git.kluster.moll.re"
]