one last fix

This commit is contained in:
Grant Limberg 2026-03-04 11:47:09 -08:00
parent 34777b6bb4
commit e918ec44d5
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -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