// This file was auto-generated by action-io-generator. Do not edit by hand! export enum Inputs { /** * Set to true if you want to logout once the workflows completes * Required: false * Default: "false" */ LOGOUT = "logout", /** * Password or personal access token used to log against the Docker registry * Required: false * Default: None. */ PASSWORD = "password", /** * Server address of Docker registry. If not set then will default to Docker Hub * Required: false * Default: None. */ REGISTRY = "registry", /** * Username used to log against the Docker registry * Required: false * Default: None. */ USERNAME = "username", } export enum Outputs { }