We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a566798 commit 54c8457Copy full SHA for 54c8457
1 file changed
.github/workflows/build.yml
@@ -47,6 +47,7 @@ jobs:
47
# Configure docker to use the gcloud command-line tool as a credential helper
48
- run: |-
49
gcloud auth configure-docker europe-west3-docker.pkg.dev
50
+
51
# Get the GKE credentials so we can deploy to the cluster
52
- uses: google-github-actions/get-gke-credentials@v0.3.0
53
with:
@@ -58,6 +59,7 @@ jobs:
58
59
- name: Build Image
60
run: |-
61
docker build -f Dockerfile.dev --tag europe-west3-docker.pkg.dev/$PROJECT_ID/$REPOSITORY_NAME_DEV/$IMAGE:latest .
62
63
# Push the Docker image to Google Artifact Registry
64
- name: Publish Image to Google Artifact Registry
65
0 commit comments