chore(release): 32.0.2

This commit is contained in:
github-actions[bot] 2022-03-07 20:15:28 +00:00
parent 635b43b064
commit 8934dafe69
3 changed files with 10 additions and 4 deletions

5
dist/index.js vendored
View file

@ -2832,7 +2832,7 @@ class Docker {
constructor() {
this.repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
this.tag = '32.0.1-slim';
this.tag = '32.0.2-slim';
this.tagSuffix = '-slim';
}
image() {
@ -2886,8 +2886,7 @@ async function run() {
}
catch (error) {
console.error(error);
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
core.setFailed(error.message);
core.setFailed(error);
}
}
void run();