Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Add cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong committed Jul 22, 2023
1 parent 9e9f6f5 commit b7e3d05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/connect2', '.']

images:
# Push the Docker image to Google Container Registry (GCR) or any other container registry you prefer
- 'gcr.io/$PROJECT_ID/connect2'

0 comments on commit b7e3d05

Please sign in to comment.