diff --git a/.github/workflows/pull-ex-buildx-images.yml b/.github/workflows/pull-ex-buildx-images.yml index 1e23f8f13b89..cc2ef0e6060c 100644 --- a/.github/workflows/pull-ex-buildx-images.yml +++ b/.github/workflows/pull-ex-buildx-images.yml @@ -30,89 +30,89 @@ jobs: name: alpine-git dockerfile: images/alpine/git/Dockerfile context: . - build-args: BASE_ALPINE_IMAGE=${{ needs.build-alpine.outputs.images }} + # build-args: BASE_ALPINE_IMAGE=${{ needs.build-alpine.outputs.images }} - # Build alpine/git/gke-aws-auth image that depends on build-alpine-git - build-alpine-git-gke-aws-auth: - needs: build-alpine-git - uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main - with: - name: alpine-git-gke-aws-auth - dockerfile: images/alpine/git/gke-aws-auth/Dockerfile - context: . + # # Build alpine/git/gke-aws-auth image that depends on build-alpine-git + # build-alpine-git-gke-aws-auth: + # needs: build-alpine-git + # uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main + # with: + # name: alpine-git-gke-aws-auth + # dockerfile: images/alpine/git/gke-aws-auth/Dockerfile + # context: . - # Build the base buildpack image - build-buildpack: - uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main - with: - name: buildpack - dockerfile: images/buildpack/Dockerfile - context: . + # # Build the base buildpack image + # build-buildpack: + # uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main + # with: + # name: buildpack + # dockerfile: images/buildpack/Dockerfile + # context: . - # Build buildpack/go image that depends on build-buildpack - build-buildpack-go: - needs: build-buildpack - uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main - with: - name: buildpack-go - dockerfile: images/buildpack/go/Dockerfile - context: . + # # Build buildpack/go image that depends on build-buildpack + # build-buildpack-go: + # needs: build-buildpack + # uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main + # with: + # name: buildpack-go + # dockerfile: images/buildpack/go/Dockerfile + # context: . - # Build e2e-dind-k3d image - build-e2e-dind-k3d: - uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main - with: - name: e2e-dind-k3d - dockerfile: images/e2e-dind-k3d/Dockerfile - context: . + # # Build e2e-dind-k3d image + # build-e2e-dind-k3d: + # uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main + # with: + # name: e2e-dind-k3d + # dockerfile: images/e2e-dind-k3d/Dockerfile + # context: . - # Build e2e-dind-nodejs image - build-e2e-dind-nodejs: - uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main - with: - name: e2e-dind-nodejs - dockerfile: images/e2e-dind-nodejs/Dockerfile - context: . + # # Build e2e-dind-nodejs image + # build-e2e-dind-nodejs: + # uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main + # with: + # name: e2e-dind-nodejs + # dockerfile: images/e2e-dind-nodejs/Dockerfile + # context: . - # Build e2e-gcloud image - build-e2e-gcloud: - uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main - with: - name: e2e-gcloud - dockerfile: images/e2e-gcloud/Dockerfile - context: . + # # Build e2e-gcloud image + # build-e2e-gcloud: + # uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main + # with: + # name: e2e-gcloud + # dockerfile: images/e2e-gcloud/Dockerfile + # context: . - # Build unified-agent base image - build-unified-agent: - uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main - with: - name: unified-agent - dockerfile: images/unified-agent/Dockerfile - context: . + # # Build unified-agent base image + # build-unified-agent: + # uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main + # with: + # name: unified-agent + # dockerfile: images/unified-agent/Dockerfile + # context: . - # Build unified-agent/go image that depends on build-unified-agent - build-unified-agent-go: - needs: build-unified-agent - uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main - with: - name: unified-agent-go - dockerfile: images/unified-agent/go/Dockerfile - context: . + # # Build unified-agent/go image that depends on build-unified-agent + # build-unified-agent-go: + # needs: build-unified-agent + # uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main + # with: + # name: unified-agent-go + # dockerfile: images/unified-agent/go/Dockerfile + # context: . - # Build unified-agent/nodejs image that depends on build-unified-agent - build-unified-agent-nodejs: - needs: build-unified-agent - uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main - with: - name: unified-agent-nodejs - dockerfile: images/unified-agent/nodejs/Dockerfile - context: . + # # Build unified-agent/nodejs image that depends on build-unified-agent + # build-unified-agent-nodejs: + # needs: build-unified-agent + # uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main + # with: + # name: unified-agent-nodejs + # dockerfile: images/unified-agent/nodejs/Dockerfile + # context: . - # Build unified-agent/python image that depends on build-unified-agent - build-unified-agent-python: - needs: build-unified-agent - uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main - with: - name: unified-agent-python - dockerfile: images/unified-agent/python/Dockerfile - context: . + # # Build unified-agent/python image that depends on build-unified-agent + # build-unified-agent-python: + # needs: build-unified-agent + # uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main + # with: + # name: unified-agent-python + # dockerfile: images/unified-agent/python/Dockerfile + # context: .