No description
Find a file
Patrik Lundin 757ba88436
Add empty default for val as well
Probably better than referencing possible unset vars
2025-02-05 20:39:41 +01:00
action.yml Add support for setting --context 2025-02-05 20:19:12 +01:00
Dockerfile Initial commit 2024-10-04 12:42:09 +02:00
entrypoint.sh Add empty default for val as well 2025-02-05 20:39:41 +01:00
README.md Initial commit 2024-10-04 12:42:09 +02:00

runner-action-kaniko

Used to build container image from Dockerfile with kaniko. Using kaniko means we do not need to make the outer docker daemon available to the inner runner containers.