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