runner-action-kaniko/action.yml
Patrik Lundin 6afbf1ce25
Try supporting a workdir
This is where kaniko is executed.
2025-02-05 19:44:39 +01:00

20 lines
535 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: ''
runs:
using: docker
image: Dockerfile