From 7a578abe59d42d9907e97fe8e4149fe6408b38b8 Mon Sep 17 00:00:00 2001 From: Satya Date: Mon, 27 May 2024 10:13:35 +0800 Subject: [PATCH] chore: ci test --- .github/workflows/release-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 03a5757..1e04dec 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -7,10 +7,10 @@ on: jobs: buildAndPush: - runs-on: {{ matrix.os }} strategy: matrix: os: ["ubuntu-latest", "macos-latest"] + runs-on: ${{ matrix.os }} env: DOCKERHUB_USERNAME: ${{ secrets.DEV_DOCKERHUB_USERNAME }} DOCKERHUB_TOKEN: ${{ secrets.DEV_DOCKERHUB_TOKEN }}