From 0ee7ea398cda32e1c5f8012a7f7577e9dd344574 Mon Sep 17 00:00:00 2001 From: Rob Date: Sun, 14 Jul 2024 12:35:32 +0200 Subject: [PATCH] changed action --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index d4d4e19..214d6fc 100644 --- a/action.yml +++ b/action.yml @@ -64,6 +64,6 @@ outputs: image: description: "Full reference to the built image with registry and tag" runs: - using: docker - entrypoint: /entrypoint.sh - image: docker://gitea.thebobo.nl/gitea-projects/kaniko:0.0.1 + using: 'docker' + entrypoint: "/entrypoint.sh" + image: "docker://gitea.thebobo.nl/gitea-projects/kaniko:0.0.1"