From e918ec44d5fd3f7e3f613dabd5aee6c70757f214 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 4 Mar 2026 11:47:09 -0800 Subject: [PATCH] one last fix --- .github/workflows/central-controller-cv1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/central-controller-cv1.yaml b/.github/workflows/central-controller-cv1.yaml index 5c3e391d6..6a680ef50 100644 --- a/.github/workflows/central-controller-cv1.yaml +++ b/.github/workflows/central-controller-cv1.yaml @@ -34,7 +34,7 @@ jobs: - name: Build & Push Docker Image run: | - docker build --no-cache -t registry.zerotier.com/zerotier-central/ztcentral-controller:${{ env.COMMIT_SHORT_SHA }}-${{ steps.branch.outputs.branch_name }}-${{ runner.arch }}-amd64 -f ext/central-controller-docker/Dockerfile . --push + docker build --no-cache -t registry.zerotier.com/zerotier-central/ztcentral-controller:${{ env.COMMIT_SHORT_SHA }}-${{ steps.branch.outputs.branch_name }}-${{ runner.arch }} -f ext/central-controller-docker/Dockerfile . --push multi-arch-docker: runs-on: gha-runner-x64