We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a62b8 commit 90340ddCopy full SHA for 90340dd
.github/workflows/release.yaml
@@ -67,6 +67,6 @@ jobs:
67
68
- name: Build and push Docker image
69
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 .
+ 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 .
71
docker push gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG}
72
docker push gcr.io/solo-public/docs/portal-frontend:latest
0 commit comments