mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +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}-slim`
|
||||
: 'slim'
|
||||
: tag ?? 'latest';
|
||||
: tag ?? 'full';
|
||||
}
|
||||
|
||||
image(): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue