Skip to content

Commit

Permalink
test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Sep 2, 2024
1 parent 1d30059 commit 2f9d038
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/busola-web-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion kyma-envs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f9d038

Please sign in to comment.