mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-03-05 05:12:44 -08:00
fix build
This commit is contained in:
parent
91428eacae
commit
e81053aed7
1 changed files with 2 additions and 18 deletions
20
.github/workflows/central-controller-cv1.yaml
vendored
20
.github/workflows/central-controller-cv1.yaml
vendored
|
|
@ -16,16 +16,8 @@ jobs:
|
|||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: GCP Auth
|
||||
uses: google-github-actions/auth@v2
|
||||
with:
|
||||
credentials_json: ${{ secrets.DOCKER_REGISTRY_WRITER}}
|
||||
|
||||
- name: Set up GCloud CLI
|
||||
uses: google-github-actions/setup-gcloud@v2
|
||||
|
||||
- name: Docker Auth
|
||||
run: gcloud auth configure-docker us-central1-docker.pkg.dev --quiet
|
||||
run: echo "${{ secrets.PORTUS_PW }}" | docker login registry.zerotier.com -u ${{ secrets.PORTUS_USER }} --password-stdin
|
||||
|
||||
- name: Get branch name and sanitize
|
||||
id: branch
|
||||
|
|
@ -51,16 +43,8 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: GCP Auth
|
||||
uses: google-github-actions/auth@v2
|
||||
with:
|
||||
credentials_json: ${{ secrets.DOCKER_REGISTRY_WRITER}}
|
||||
|
||||
- name: Set up GCloud CLI
|
||||
uses: google-github-actions/setup-gcloud@v2
|
||||
|
||||
- name: Docker Auth
|
||||
run: gcloud auth configure-docker us-central1-docker.pkg.dev --quiet
|
||||
run: echo "${{ secrets.PORTUS_PW }}" | docker login registry.zerotier.com -u ${{ secrets.PORTUS_USER }} --password-stdin
|
||||
|
||||
- name: Get branch name and sanitize
|
||||
id: branch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue