removed quotes

This commit is contained in:
Rob 2024-07-14 01:12:25 +02:00
parent 9a69b1b4c6
commit b077d53f55

View File

@ -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