diff --git a/.github/workflows/code-nightly.yaml b/.github/workflows/code-nightly.yaml index 7e88e56da9dcb4..fe43a56ae42267 100644 --- a/.github/workflows/code-nightly.yaml +++ b/.github/workflows/code-nightly.yaml @@ -31,7 +31,7 @@ jobs: - run: | gcloud auth configure-docker --quiet export LEEWAY_WORKSPACE_ROOT=$(pwd) - headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/release/1.70) + headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/main) cd components/ide/code leeway build -Dversion=nightly -DimageRepoBase=eu.gcr.io/gitpod-core-dev/build -DcodeCommit=$headCommit -DcodeQuality=insider .:docker - name: Slack Notification