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 294494e commit 86c4b87Copy full SHA for 86c4b87
.github/workflows/cd.yml
@@ -20,3 +20,16 @@ jobs:
20
21
- name: Build notely
22
run: scripts/buildprod.sh
23
+
24
+ - id: auth
25
+ uses: google-github-actions/auth@v2
26
+ with:
27
+ credentials_json: ${{ secrets.GCP_CREDENTIALS }}
28
29
+ - name: Set up gcloud
30
+ uses: google-github-actions/setup-gcloud@v3
31
32
+ version: ">= 363.0.0"
33
34
+ - name: Push docker image to Google artifact
35
+ run : gcloud builds submit --tag us-central1-docker.pkg.dev/imperial-glyph-474220-u1/notely-ar-repo/notely:latest .
0 commit comments