File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ COPY go.sum .
1010
1111RUN go mod download
1212
13- COPY .. .
13+ COPY . .
1414
1515RUN go install github.com/swaggo/swag/cmd/swag
1616RUN swag init
@@ -33,4 +33,4 @@ ENV ZONEINFO=/zoneinfo.zip
3333
3434EXPOSE 8000
3535
36- ENTRYPOINT ["./http-sms" ]
36+ ENTRYPOINT ["./http-sms" ]
Original file line number Diff line number Diff line change 11steps :
22 - name : " gcr.io/kaniko-project/executor:latest"
3- id : " Build Image and Push "
3+ id : " Build image and push "
44 dir : " api"
55 args :
66 - " --destination=us.gcr.io/$PROJECT_ID/$_SERVICE_NAME:$SHORT_SHA"
1010 - " --build-arg=GIT_COMMIT=$COMMIT_SHA"
1111 - " --snapshotMode=time"
1212
13- - id : " Deploy to Cloud Run "
13+ - id : " Deploy to cloud run "
1414 name : " gcr.io/cloud-builders/gcloud"
1515 entrypoint : " bash"
1616 args :
You can’t perform that action at this time.
0 commit comments