From 17bb5dce43bc75b66a855d7fb94b319fc912a8fc Mon Sep 17 00:00:00 2001 From: pasta Date: Thu, 1 Aug 2024 00:28:08 -0500 Subject: [PATCH] use lower? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3477d864a56ed..2fa03286350ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: context: ./contrib/containers/ci file: ./contrib/containers/ci/Dockerfile push: true - tags: ghcr.io/${{ github.repository }}/builder:${{ steps.prepare.outputs.image-tag }} + tags: ghcr.io/${{ github.repository | lower }}/builder:${{ steps.prepare.outputs.image-tag }} build-depends: name: Build Dependencies