FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
allstar-1/cloudbuild.yaml at main · https-example-c/allstar-1 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
https-example-c
/
allstar-1
Public template
forked from
https-example-c/allstar
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
allstar-1
/
cloudbuild.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (15 loc) · 488 Bytes
Breadcrumbs
allstar-1
/
cloudbuild.yaml
Copy path
File metadata and controls
15 lines (15 loc) · 488 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
steps
:
-
name
:
golang:1.17
entrypoint
:
go
args
:
['install', 'github.com/google/ko@v0.10.0']
-
name
:
golang:1.17
entrypoint
:
bash
args
:
['-c', 'KO_DOCKER_REPO="gcr.io/allstar-ossf" /go/bin/ko publish ./cmd/allstar > container']
-
name
:
gcr.io/google.com/cloudsdktool/cloud-sdk
entrypoint
:
bash
args
:
['-c', 'gcloud app deploy --appyaml=app-staging.yaml --project=allstar-ossf --image-url $(cat container)']
timeout
:
1200s
options
:
volumes
:
-
name
:
go-modules
path
:
/go
Back
|
FazBrowse Home
|
New Git URL