We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5a62b8 + 90340dd commit d9ca3e0Copy full SHA for d9ca3e0
.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