runner-action-kaniko/action.yml

23 lines
608 B
YAML

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