Skip to content

Commit

Permalink
testing out DOCKER_BUILDKIT=1
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Bucher <[email protected]>
  • Loading branch information
Charlesthebird committed Jan 2, 2025
1 parent d5a62b8 commit 90340dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
- name: Build and push Docker image
run: |
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 .
docker push gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG}
docker push gcr.io/solo-public/docs/portal-frontend:latest

0 comments on commit 90340dd

Please sign in to comment.