File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
components/image-builder-bob Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ permissions:
44 contents : write # This is required for actions/checkout and create release
55 pull-requests : write
66 actions : write # This is required for trigger another action which is used by JetBrains integrateion tests
7- packages : read
87on :
98 pull_request :
109 types : [ opened, edited ]
@@ -230,12 +229,6 @@ jobs:
230229 cat report.html >> $GITHUB_STEP_SUMMARY
231230
232231 exit $RESULT
233- - name : Login to GitHub Container Registry
234- uses : docker/login-action@v3
235- with :
236- registry : ghcr.io
237- username : ${{ github.actor }}
238- password : ${{ secrets.GITHUB_TOKEN }}
239232 - name : Leeway Build
240233 id : leeway
241234 shell : bash
Original file line number Diff line number Diff line change 22# Licensed under the GNU Affero General Public License (AGPL).
33# See License.AGPL.txt in the project root for license information.
44
5- FROM ghcr. io/gitpod-io/ buildkit:v0.20.1 -gitpod.2
5+ FROM eu.gcr. io/gitpod-core-dev/build/ buildkit:v0.12.5 -gitpod.0
66
77USER root
88RUN apk --no-cache add sudo bash \
You can’t perform that action at this time.
0 commit comments