Skip to content

fix: fix redirect after double slashes #42

fix: fix redirect after double slashes

fix: fix redirect after double slashes #42

Workflow file for this run

name: Busola Build
on:
push:
branches:
- main
paths:
- ".github/workflows/busola-build.yml"
- "backend/**"
- "kyma/**"
- "public/**"
- "src/**"
- "package.json"
- "Makefile"
- "Dockerfile"
pull_request_target:
types: [opened, edited, synchronize, reopened, ready_for_review]
paths:
- ".github/workflows/busola-build.yml"
- "kyma/**"
- "backend/**"
- "public/**"
- "src/**"
- "package.json"
- "Makefile"
- "Dockerfile"
permissions:
id-token: write # This is required for requesting the JWT token
contents: read # This is required for actions/checkout
jobs:
build-busola-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
dockerfile: Dockerfile
context: .
export-tags: true
tags: latest