chore(deps): bump braces and gulp in /kyma #2995
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Busola Web Build | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - release | |
| paths: | |
| - ".github/workflows/busola-web-build.yml" | |
| - "kyma/**" | |
| - "public/**" | |
| - "src/**" | |
| - "package.json" | |
| - "Makefile" | |
| - "Dockerfile.web" | |
| - "nginx/nginx.conf" | |
| pull_request_target: | |
| types: [opened, edited, synchronize, reopened, ready_for_review] | |
| paths: | |
| - ".github/workflows/busola-web-build.yml" | |
| - "kyma/**" | |
| - "public/**" | |
| - "src/**" | |
| - "package.json" | |
| - "Makefile" | |
| - "Dockerfile.web" | |
| - "nginx/nginx.conf" | |
| permissions: | |
| id-token: write # This is required for requesting the JWT token | |
| contents: read # This is required for actions/checkout | |
| jobs: | |
| build-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.web | |
| context: . | |
| export-tags: true | |
| tags: latest |