From 212fa03fd116642789c56e8f9e39ee60c65ccd24 Mon Sep 17 00:00:00 2001 From: sincos Date: Thu, 20 Jun 2024 10:41:17 +0800 Subject: [PATCH] deploy: fix image.yml --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 129f015..a6603a8 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup docker colima on macos - if: startsWith( metrix.os, 'macos-latest' ) == true + if: startsWith( matrix.os, 'macos-latest' ) == true run: | brew install docker colima colima start