We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e4aaa commit 4d040bcCopy full SHA for 4d040bc
.github/workflows/deploy.yml
@@ -28,8 +28,12 @@ jobs:
28
- name: Set up Google Cloud
29
uses: google-github-actions/setup-gcloud@v2
30
31
- - name: 'Use gcloud CLI'
32
- run: 'gcloud info'
+ - name: Login to Artifact Registry
+ uses: docker/login-action@v1
33
+ with:
34
+ registry: us-south1-docker.pkg.dev
35
+ username: oauth2accesstoken
36
+ password: ${{ steps.auth.outputs.access_token }}
37
38
- name: Build Docker image
39
# run: gcloud builds submit --tag us-south1-docker.pkg.dev/api-tools-451421/runners/daily-update-events .
0 commit comments