From 5db2ea3af1c75100134def91e938e9e71eb906b1 Mon Sep 17 00:00:00 2001 From: Curve Date: Mon, 23 Oct 2023 19:44:40 +0200 Subject: [PATCH] fix(ci/publish): use right docker images --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3c3bcd2..eccf8b0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,7 +72,7 @@ jobs: uses: addnab/docker-run-action@v3 with: options: -v ${{ github.workspace }}:/work --platform linux/amd64 - image: venmic-builder + image: venmic-builder-x86_64 shell: bash run: | cd /work @@ -115,7 +115,7 @@ jobs: uses: addnab/docker-run-action@v3 with: options: -v ${{ github.workspace }}:/work --platform linux/arm64 - image: venmic-builder + image: venmic-builder-arm64 shell: bash run: | cd /work