From 26b8678f9f920e8ed9c9ccbc2f8a8f5a993b6efa Mon Sep 17 00:00:00 2001 From: youben11 Date: Tue, 14 Jun 2022 05:40:09 +0100 Subject: [PATCH] ci: update dockerfile name --- .github/workflows/llvm-compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llvm-compatibility.yml b/.github/workflows/llvm-compatibility.yml index 2653d0609..74b8083de 100644 --- a/.github/workflows/llvm-compatibility.yml +++ b/.github/workflows/llvm-compatibility.yml @@ -29,7 +29,7 @@ jobs: run: echo "${{ secrets.GHCR_PASSWORD }}" | docker login -u ${{ secrets.GHCR_LOGIN }} --password-stdin ghcr.io - name: Build - run: docker image build --no-cache -t compiler-latest-llvm -f builders/Dockerfile.concretelang-env . + run: docker image build --no-cache -t compiler-latest-llvm -f builders/Dockerfile.concrete-compiler-env . - name: Test compiler with latest LLVM uses: addnab/docker-run-action@v3