Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d8bcf9fdd8 | |||
| 3b1b3a47d3 | |||
| 3a9a08cc42 | |||
| 964ef7713a | |||
| 375a052bd1 |
@@ -15,6 +15,7 @@ jobs:
|
||||
dockerfile: Dockerfile
|
||||
|
||||
build-push:
|
||||
needs: [hadolint, test]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
|
||||
@@ -27,8 +28,6 @@ jobs:
|
||||
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6
|
||||
with:
|
||||
images: jcabillot/sabnzbd
|
||||
tags: |
|
||||
type=raw,value=latest
|
||||
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
with:
|
||||
context: .
|
||||
@@ -46,6 +45,7 @@ jobs:
|
||||
- run: bash tests/test.sh ci-image:${{ github.sha }}
|
||||
|
||||
tag:
|
||||
needs: [hadolint, test]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
|
||||
|
||||
+8
-5
@@ -1,22 +1,25 @@
|
||||
{
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": ["/^Dockerfile$/"],
|
||||
"matchStrings": ["SABNZBD_VERSION=(?<currentValue>[0-9\\.]+)"],
|
||||
"depNameTemplate": "sabnzbd/sabnzbd",
|
||||
"datasourceTemplate": "github-releases"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": ["/^Dockerfile$/"],
|
||||
"matchStrings": ["\"TINI_VERSION\"\\s+\"v?(?<currentValue>[0-9\\.]+)\""],
|
||||
"depNameTemplate": "krallin/tini",
|
||||
"datasourceTemplate": "github-releases"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": ["/^Dockerfile$/"],
|
||||
"matchStrings": ["PAR2CMDLINE_VERSION=v?(?<currentValue>[\\w\\.-]+)"],
|
||||
"depNameTemplate": "jkansanen/par2cmdline-mt",
|
||||
"datasourceTemplate": "github-tags"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user