inputs: credential: description: 'a string containing username and password: username:password' required: true registry: description: 'the name of the registry' required: true default: 'platform.sunet.se' image: description: 'name of the image: org-name/container-name:latest' required: true dockerfile: description: 'path to Dockerfile' default: 'Dockerfile' workdir: description: 'path to directory where kaniko is executed' default: '' context: description: 'path supplied to --context' default: '' runs: using: docker image: Dockerfile