mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
chore(release): 32.0.2
This commit is contained in:
parent
635b43b064
commit
8934dafe69
3 changed files with 10 additions and 4 deletions
5
dist/index.js
vendored
5
dist/index.js
vendored
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue