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"