From 5d83095ca334f830f965810fd4fee49ca639e849 Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Sun, 15 Oct 2023 11:48:51 +0000 Subject: [PATCH] fix type in dev container image spec --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e5eca8f3..acae93bc 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -28,8 +28,8 @@ jobs: - name: Pre-build dev container image uses: devcontainers/ci@v0.3 with: - imageName: ghcr.io/MartinBernstorff/personal-mnemonic-medium/ - cacheFrom: ghcr.io/MartinBernstorff/personal-mnemonic-medium/ + imageName: ghcr.io/MartinBernstorff/personal-mnemonic-medium + cacheFrom: ghcr.io/MartinBernstorff/personal-mnemonic-medium push: never runCmd: make validate \ No newline at end of file