Skip to content

Commit

Permalink
feat: enable building of Docker images via cloud build
Browse files Browse the repository at this point in the history
  • Loading branch information
ngurenyaga committed Jul 8, 2021
1 parent f927be2 commit f356986
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
11 changes: 11 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
steps:
- name: "gcr.io/cloud-builders/docker"
args:
[
"build",
"-t",
"europe-west1-docker.pkg.dev/$PROJECT_ID/sghi/mle:$COMMIT_SHA",
".",
]
images:
- "europe-west1-docker.pkg.dev/$PROJECT_ID/sghi/mle:$COMMIT_SHA"
1 change: 1 addition & 0 deletions entrypoint
1 change: 1 addition & 0 deletions start

0 comments on commit f356986

Please sign in to comment.