mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
skip: merge (523965fe24) [skip release]
This commit is contained in:
commit
97696a560f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class Docker {
|
||||||
? tag
|
? tag
|
||||||
? `${tag}-slim`
|
? `${tag}-slim`
|
||||||
: 'slim'
|
: 'slim'
|
||||||
: tag ?? 'latest';
|
: tag ?? 'full';
|
||||||
}
|
}
|
||||||
|
|
||||||
image(): string {
|
image(): string {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue