runner-action-kaniko/action.yml

15 lines
368 B
YAML
Raw Permalink Normal View History

2024-10-04 10:42:09 +00:00
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
runs:
using: docker
image: Dockerfile