mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-03-05 05:12:44 -08:00
one last fix
This commit is contained in:
parent
34777b6bb4
commit
e918ec44d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue