Skip to content

Commit

Permalink
add firepit-builder build script (#4559)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed May 19, 2022
1 parent 09f6dec commit 67e6411
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/firepit-builder/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
steps:
- name: "gcr.io/cloud-builders/docker"
args: ["build", "-t", "gcr.io/$PROJECT_ID/firepit-builder", "."]
images: ["gcr.io/$PROJECT_ID/firepit-builder"]

0 comments on commit 67e6411

Please sign in to comment.