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 2c17b8dCopy full SHA for 2c17b8d
.github/workflows/cd.yml
@@ -20,3 +20,11 @@ jobs:
20
21
- name: Build notely
22
run: scripts/buildprod.sh
23
+
24
+ - name: Set up gcloud
25
+ uses: google-github-actions/setup-gcloud@v3
26
+ with:
27
+ version: ">= 363.0.0"
28
29
+ - name: Push docker image to Google artifact
30
+ run : gcloud builds submit --tag us-central1-docker.pkg.dev/imperial-glyph-474220-u1/notely-ar-repo/notely:latest .
0 commit comments