4 Commits

Author SHA1 Message Date
renovate 9f3b2394c0 chore(deps): update docker/build-push-action action to v7.3.0
PR Checks / hadolint (pull_request) Successful in 9s
PR Checks / build-test (pull_request) Successful in 21s
2026-07-01 14:57:55 +00:00
jcabillot 1bc4808204 Merge pull request 'fix: remove obsolete jcabillot/phpapache renovate custom manager' (#14) from fix/remove-phpapache-renovate into master
Main Release / test (push) Successful in 26s
Main Release / hadolint (push) Failing after 13m1s
Main Release / build (push) Successful in 17s
Main Release / tag (push) Successful in 46s
Tag Release / hadolint (push) Successful in 9s
Tag Release / test (push) Successful in 22s
Tag Release / build-push (push) Successful in 3m23s
Reviewed-on: #14
2026-06-29 15:08:11 -04:00
Hermes Agent c4e4cae577 fix: remove obsolete renovate.json
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Successful in 58s
With the migration to dunglas/frankenphp, the custom manager
for jcabillot/phpapache is gone. renovate.json had no remaining
config — delete the file entirely.
2026-06-29 18:50:52 +00:00
Hermes Agent bb9c01246c fix: remove obsolete jcabillot/phpapache custom manager from renovate.json
PR Checks / hadolint (pull_request) Successful in 17s
PR Checks / build-test (pull_request) Successful in 1m7s
The Dockerfile already migrated to dunglas/frankenphp, the
ARG VERSION pattern is gone. The custom manager tracking
jcabillot/phpapache is no longer needed.
2026-06-29 18:49:50 +00:00
3 changed files with 2 additions and 19 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
images: jcabillot/rssbridge images: jcabillot/rssbridge
tags: | tags: |
type=raw,value=${{ steps.get-latest-tag.outputs.tag }}-latest,enable=${{ steps.get-latest-tag.outputs.tag != '' }} type=raw,value=${{ steps.get-latest-tag.outputs.tag }}-latest,enable=${{ steps.get-latest-tag.outputs.tag != '' }}
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with: with:
context: . context: .
push: true push: true
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
tags: | tags: |
type=ref,event=tag type=ref,event=tag
type=ref,event=tag,suffix=-latest type=ref,event=tag,suffix=-latest
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with: with:
context: . context: .
push: true push: true
-17
View File
@@ -1,17 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
"managerFilePatterns": [
"/^Dockerfile$/"
],
"matchStrings": [
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""
],
"depNameTemplate": "jcabillot/phpapache",
"datasourceTemplate": "docker"
}
]
}