From aca7cc3bc8ff205e85484225884933a29a7818e7 Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Thu, 26 Oct 2023 15:50:10 +0000 Subject: [PATCH] fix: use lowercase repository --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 92539f8..5f3bad6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,8 +29,8 @@ jobs: - name: Pre-build dev container image uses: devcontainers/ci@v0.3 with: - imageName: ghcr.io/MartinBernstorff/FunctionalPython-devcontainer - cacheFrom: ghcr.io/MartinBernstorff/FunctionalPython-devcontainer:latest + imageName: ghcr.io/martinbernstorff/functionalpython-devcontainer + cacheFrom: ghcr.io/martinbernstorff/functionalpython-devcontainer:latest push: filter refFilterForPush: refs/heads/main runCmd: