mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
chore(release): 38.1.12 [skip ci]
This commit is contained in:
parent
97696a560f
commit
e94a52eee6
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -3948,7 +3948,7 @@ class Docker {
|
||||||
? tag
|
? tag
|
||||||
? `${tag}-slim`
|
? `${tag}-slim`
|
||||||
: 'slim'
|
: 'slim'
|
||||||
: tag ?? 'latest';
|
: tag ?? 'full';
|
||||||
}
|
}
|
||||||
image() {
|
image() {
|
||||||
return `${this.dockerImage}:${this.fullTag}`;
|
return `${this.dockerImage}:${this.fullTag}`;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "github-action",
|
"name": "github-action",
|
||||||
"version": "38.1.11",
|
"version": "38.1.12",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "GitHub Action to run Renovate self-hosted.",
|
"description": "GitHub Action to run Renovate self-hosted.",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue