No description
Find a file
Patrik Lundin 2138c52c9c
Bundling --context with arg in "" does not work
Try converting to bash to get access to arrays instead.
2025-02-05 20:29:37 +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 Bundling --context with arg in "" does not work 2025-02-05 20:29:37 +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.