2024-10-04 12:42:09 +02: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
|
2025-02-05 16:12:04 +01:00
|
|
|
dockerfile:
|
|
|
|
description: 'path to Dockerfile'
|
|
|
|
default: 'Dockerfile'
|
2025-02-05 19:44:39 +01:00
|
|
|
workdir:
|
|
|
|
description: 'path to directory where kaniko is executed'
|
|
|
|
default: ''
|
2024-10-04 12:42:09 +02:00
|
|
|
runs:
|
|
|
|
using: docker
|
|
|
|
image: Dockerfile
|