chore(release): 38.1.12 [skip ci]

This commit is contained in:
semantic-release-bot 2023-07-12 06:18:57 +00:00
parent 97696a560f
commit e94a52eee6
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

@ -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}`;

View file

@ -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",