diff --git a/.github/workflows/alpha.yaml b/.github/workflows/alpha.yaml index c9d5a671bc..fe193f3593 100644 --- a/.github/workflows/alpha.yaml +++ b/.github/workflows/alpha.yaml @@ -42,24 +42,17 @@ jobs: build_web: runs-on: ubuntu-20.04 needs: [generate-tag] - container: - image: replicated/gitops-builder:buildkite - options: --user root steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup Node.js environment uses: actions/setup-node@v3 with: node-version: '17.x' - - name: Build web env: GIT_TAG: ${{ needs.generate-tag.outputs.tag }} run: mapfile -t envs < <(grep -v '#.*' < .image.env) && export "${envs[@]}" && make -C web deps build-kotsadm - shell: bash - - name: Upload web artifact uses: actions/upload-artifact@v3 with: