Skip to content

Commit 90340dd

Browse files
testing out DOCKER_BUILDKIT=1
Signed-off-by: Nicholas Bucher <[email protected]>
1 parent d5a62b8 commit 90340dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
6868
- name: Build and push Docker image
6969
run: |
70-
docker buildx build --platform linux/amd64,linux/arm64 --tag gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG} --tag gcr.io/solo-public/docs/portal-frontend:latest .
70+
DOCKER_BUILDKIT=1 docker buildx build --platform linux/amd64,linux/arm64 --tag gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG} --tag gcr.io/solo-public/docs/portal-frontend:latest .
7171
docker push gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG}
7272
docker push gcr.io/solo-public/docs/portal-frontend:latest

0 commit comments

Comments
 (0)