mirror of
https://gh-proxy.com/https://github.com/docker/build-push-action
synced 2025-12-17 11:26:13 +08:00
Fix and cleanup of v2 setup actions
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as core from '@actions/core';
|
||||
|
||||
export const IsPost = !!process.env['STATE_isPost'];
|
||||
export const builderName = !!process.env['STATE_builderName'];
|
||||
export const builderName = process.env['STATE_builderName'] || '';
|
||||
|
||||
export function setBuilderName(builderName: string) {
|
||||
core.saveState('builderName', builderName);
|
||||
|
||||
Reference in New Issue
Block a user