Skip to content

Commit

Permalink
chore(release): 37.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 12, 2023
1 parent f7e1f7e commit 4cc203c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4133,7 +4133,6 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
const docker_1 = __importDefault(__nccwpck_require__(512));
const exec_1 = __nccwpck_require__(514);
const fs_1 = __importDefault(__nccwpck_require__(147));
const os_1 = __importDefault(__nccwpck_require__(37));
const path_1 = __importDefault(__nccwpck_require__(17));
class Renovate {
constructor(input) {
Expand All @@ -4153,8 +4152,7 @@ class Renovate {
const mountPath = path_1.default.join(this.configFileMountDir, baseName);
dockerArguments.push(`--env ${configurationFile.key}=${mountPath}`, `--volume ${configurationFile.value}:${mountPath}`);
}
const user = os_1.default.userInfo();
dockerArguments.push('--volume /tmp:/tmp', `--user ${user.uid}:0`, '--rm', this.docker.image());
dockerArguments.push('--volume /tmp:/tmp', '--rm', this.docker.image());
const command = `docker run ${dockerArguments.join(' ')}`;
const code = await (0, exec_1.exec)(command);
if (code !== 0) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-action",
"version": "36.1.1",
"version": "37.0.0",
"private": true,
"description": "GitHub Action to run Renovate self-hosted.",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 4cc203c

Please sign in to comment.