From 65df7bac30d393fc18303508f3770157ca489a3f Mon Sep 17 00:00:00 2001 From: Raphael van Kempen Date: Sun, 25 Feb 2024 00:18:13 +0100 Subject: [PATCH] remove lower --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6f6e39d..ecb37a3 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: image-name: description: "Image name of run image" - default: ghcr.io/${{ lower(github.repository) }} + default: ghcr.io/${{ github.repository }} image-tag: description: "Image tag of run image"