Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 06dc767

Browse files
committed
Build pipeline fixed
1 parent 3ea329b commit 06dc767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121

2222
## Build java8 runtime
2323
- name: 'gcr.io/cloud-builders/docker'
24-
args: [ 'build', '-t', 'gcr.io/$PROJECT_ID/knative-lambda-java8:$REVISION_ID', '-t', 'gcr.io/$PROJECT_ID/knative-lambda-java8:latest', '-f' ,'./java8/Dockerfile', '.' ]
24+
args: [ 'build', '-t', 'gcr.io/$PROJECT_ID/knative-lambda-java8:$REVISION_ID', '-t', 'gcr.io/$PROJECT_ID/knative-lambda-java8:latest', 'java8' ]
2525

2626
images:
2727
- 'gcr.io/$PROJECT_ID/knative-lambda-python37'

0 commit comments

Comments
 (0)