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