mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
chore(release): release on separate branch with changelog (#73)
* chore(release): release on separate branch with changelog * chore: update changelog * chore(ci): add required build step Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
a5501b90ee
commit
c6cec8c885
8 changed files with 122 additions and 325 deletions
|
|
@ -2,13 +2,14 @@ class Docker {
|
|||
readonly repository = 'renovate/renovate';
|
||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||
readonly tag = '19.234.1-slim';
|
||||
readonly tagSuffix = '-slim';
|
||||
|
||||
image(): string {
|
||||
return `${this.repository}:${this.tag}`;
|
||||
}
|
||||
|
||||
version(): string {
|
||||
return this.tag;
|
||||
return this.tag.replace(this.tagSuffix, '');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue