mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
fix: use full image again by default (#781)
This commit is contained in:
parent
d3b8a98375
commit
523965fe24
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