minor commit

This commit is contained in:
Fabio Formosa
2024-07-27 17:08:11 +02:00
parent e5a6b8b32b
commit 9a0789cab0

View File

@@ -2,7 +2,7 @@ substitutions:
_REGION: europe-west8
steps:
# Step 1: Docker build&push
# Step 1: Google Cloud Build - Docker build&push
- name: 'gcr.io/k8s-skaffold/skaffold'
entrypoint: 'sh'
args:
@@ -17,7 +17,7 @@ steps:
--default-repo=${_REGION}-docker.pkg.dev/quartz-manager-test/quartz-manager/quartz-manager-standalone \
--push=true
# Step 2: cloud deploy
# Step 2: Google Cloud Deploy - deploy
- name: 'google/cloud-sdk:latest'
entrypoint: 'sh'
args: