Skip to content

Commit 456d280

Browse files
committed
add buildkit support
1 parent e6a6d9c commit 456d280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push-gcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Build and Push image
5252
run: |
53-
docker build -t ${GCR_LOCATION}/${PROJECT_ID}/${IMAGE_NAME}:${GITHUB_SHA} .
53+
docker buildx build -t ${GCR_LOCATION}/${PROJECT_ID}/${IMAGE_NAME}:${GITHUB_SHA} .
5454
docker push ${GCR_LOCATION}/${PROJECT_ID}/${IMAGE_NAME}:${GITHUB_SHA}
5555
5656
- name: Deploy to Cloud Run

0 commit comments

Comments
 (0)