From 2f9d03852f843c24727872d093905e08a11ce378 Mon Sep 17 00:00:00 2001 From: Damian Badura Date: Mon, 2 Sep 2024 14:26:20 +0200 Subject: [PATCH] test github actions --- .github/workflows/busola-web-build.yml | 8 ++++++++ kyma-envs/Makefile | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/busola-web-build.yml b/.github/workflows/busola-web-build.yml index e7ffb6b249..5f4b1449e8 100644 --- a/.github/workflows/busola-web-build.yml +++ b/.github/workflows/busola-web-build.yml @@ -34,3 +34,11 @@ jobs: context: . export-tags: true tags: latest + build-kyma-web-image: + uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main + with: + name: busola-web + dockerfile: Dockerfile.kyma + context: . + export-tags: true + tags: latest diff --git a/kyma-envs/Makefile b/kyma-envs/Makefile index 01fcfdc512..b7fe79cac0 100644 --- a/kyma-envs/Makefile +++ b/kyma-envs/Makefile @@ -29,7 +29,6 @@ prepare-all-prod: prepare-configuration: prepare-all-dev prepare-all-stage prepare-all-prod ## Prepare all configuration for dev, stage and prod -#TODO: migrate it to gulp copy-config: $(call check-var,ENV) mkdir -p ./build/${ENV}/config