Skip to content

chore: Prepare Repository for Repo-rules #3

chore: Prepare Repository for Repo-rules

chore: Prepare Repository for Repo-rules #3

Workflow file for this run

name: Build Image
on:
pull_request_target:
types: [opened, edited, synchronize, reopened, ready_for_review]
branches:
- "main"
push:
branches:
- "main"
jobs:
build-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: directory-size-exporter
dockerfile: ./Dockerfile
context: .
Build-Image-Success:
needs: build-image
runs-on: ubuntu-latest
steps:
- name: List images
run: |
echo "${{ needs.build-image.outputs.images }}"