From 3da07ce816f04d70f7668ca1f0788337acd310a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 30 Oct 2024 09:54:19 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e1e283..6ddc737 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,12 +35,12 @@ jobs: context: . push: false load: true - tags: ${{ env.TEST_TAG }}-${{ matrix.platform | replace('/', '-') }} + tags: ${{ env.TEST_TAG }}-${{ matrix.platform }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new - name: Test Docker image - run: docker run --rm ${{ env.TEST_TAG }}-${{ matrix.platform | replace('/', '-') }} -h + run: docker run --rm ${{ env.TEST_TAG }}-${{ matrix.platform }} -h publish: runs-on: ubuntu-latest