Skip to content

Merge pull request #27 from VOID404/bump-image #10

Merge pull request #27 from VOID404/bump-image

Merge pull request #27 from VOID404/bump-image #10

Workflow file for this run

name: Build Cleanup Job
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "CODEOWNERS"
- "LICENSE"
- "OWNERS"
- "OWNER_ALIASES"
pull_request_target:
types: [opened, synchronize]
paths-ignore:
- "**/*.md"
- "CODEOWNERS"
- "LICENSE"
- "OWNERS"
- "OWNER_ALIASES"
permissions:
id-token: write # This is required for requesting the JWT token
contents: read # This is required for actions/checkout
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: subscription-cleanup-job
dockerfile: Dockerfile.job
context: ./
export-tags: false