From 3349fa8b01d2612434c6849ede7630c4cf3c5849 Mon Sep 17 00:00:00 2001 From: Alexander Minkin Date: Mon, 10 Jun 2024 01:10:03 +0300 Subject: [PATCH] ci: another lowercase fix --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index afa0509d..24363f97 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,7 +55,7 @@ jobs: echo IMAGE_ID=$IMAGE_ID echo VERSION=$VERSION - docker buildx build --platform linux/amd64,linux/arm64 -t $IMAGE_ID:$VERSION . --push -f install/automated/docker/openvk.Dockerfile --build-arg GITREPO=${{ github.repository }} + docker buildx build --platform linux/amd64,linux/arm64 -t $IMAGE_ID:$VERSION . --push -f install/automated/docker/openvk.Dockerfile --build-arg GITREPO=${{ steps.repositorystring.outputs.lowercase }} - name: Build MariaDB primary image run: |