Skip to content

Commit 54c8457

Browse files
committed
test development workflow
1 parent a566798 commit 54c8457

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
# Configure docker to use the gcloud command-line tool as a credential helper
4848
- run: |-
4949
gcloud auth configure-docker europe-west3-docker.pkg.dev
50+
5051
# Get the GKE credentials so we can deploy to the cluster
5152
- uses: google-github-actions/get-gke-credentials@v0.3.0
5253
with:
@@ -58,6 +59,7 @@ jobs:
5859
- name: Build Image
5960
run: |-
6061
docker build -f Dockerfile.dev --tag europe-west3-docker.pkg.dev/$PROJECT_ID/$REPOSITORY_NAME_DEV/$IMAGE:latest .
62+
6163
# Push the Docker image to Google Artifact Registry
6264
- name: Publish Image to Google Artifact Registry
6365
run: |-

0 commit comments

Comments
 (0)