File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 env :
9- DAZZLE_VERSION : 0.1.15
10- BUILDKIT_VERSION : 0.11.2
9+ DAZZLE_VERSION : 0.1.16
10+ BUILDKIT_VERSION : 0.11.4
1111 steps :
1212 - name : 📥 Checkout workspace-images
1313 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2323 GAR_IMAGE_REGISTRY : europe-docker.pkg.dev
2424 DH_IMAGE_REGISTRY : registry.hub.docker.com
2525 IAM_SERVICE_ACCOUNT : workspace-images-gha-sa@gitpod-artifacts.iam.gserviceaccount.com
26- DAZZLE_VERSION : 0.1.15
27- BUILDKIT_VERSION : 0.11.2
26+ DAZZLE_VERSION : 0.1.16
27+ BUILDKIT_VERSION : 0.11.4
2828
2929 steps :
3030 - name : 📥 Checkout workspace-images
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM gitpod/workspace-full
22
33ENV RETRIGGER=3
44
5- ENV BUILDKIT_VERSION=0.11.2
5+ ENV BUILDKIT_VERSION=0.11.4
66ENV BUILDKIT_FILENAME=buildkit-v${BUILDKIT_VERSION}.linux-amd64.tar.gz
7- ENV DAZZLE_VERSION=0.1.15
7+ ENV DAZZLE_VERSION=0.1.16
88
99USER root
1010
You can’t perform that action at this time.
0 commit comments