From 8476aeb2c9a8441643f35028ccdffca3fffb5595 Mon Sep 17 00:00:00 2001 From: imsk17 Date: Mon, 5 Aug 2024 15:28:48 +0530 Subject: [PATCH] fix(ci): lower case org name --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 196f48f..f3c7742 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -35,4 +35,4 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ ${OWNER_LC} }}:latest \ No newline at end of file + tags: ghcr.io/${OWNER_LC}:latest \ No newline at end of file