mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 21:49:33 +02:00
src: prevent top-level ref variable from being shadowed
This commit is contained in:
parent
6622b6936e
commit
a55bae5255
3 changed files with 2 additions and 3 deletions
|
@ -689,7 +689,6 @@ actionsToolkit.run(
|
|||
});
|
||||
}
|
||||
|
||||
let ref: string | undefined;
|
||||
await core.group(`Reference`, async () => {
|
||||
ref = await buildRef(toolkit, startedTime, builder.name);
|
||||
if (ref) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue