mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-07 15:22:52 +02:00
move up docker auth
This commit is contained in:
parent
8bd96d360f
commit
67526d494a
1 changed files with 8 additions and 5 deletions
13
.github/workflows/central-controller.yaml
vendored
13
.github/workflows/central-controller.yaml
vendored
|
@ -14,6 +14,13 @@ jobs:
|
|||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- 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
|
||||
|
||||
# - name: Setup Miniconda
|
||||
# uses: conda-incubator/setup-miniconda@v3
|
||||
# with:
|
||||
|
@ -60,11 +67,7 @@ jobs:
|
|||
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
|
||||
|
||||
|
||||
- name: Build and push Docker Image
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue