Skip to content

Use Strimzi GitHub Actions v1 #5

Use Strimzi GitHub Actions v1

Use Strimzi GitHub Actions v1 #5

name: GitHub Actions Integration
on:
pull_request:
paths:
- '**/pom.xml'
- '**/Dockerfile'
- '**/Makefile'
- 'Makefile.docker'
- 'Makefile.maven'
- 'Makefile.os'
- '.github/workflows/github-actions-integration.yml'
branches:
- "*"
permissions:
contents: read
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-github-actions-integration:
uses: strimzi/github-actions/.github/workflows/reusable-test-integrations.yml@v1
with:
repo: ${{ github.repository }}
ref: ${{ github.sha }}
architecture: "amd64"
artifactSuffix: "client-examples"
buildContainers: false
modules: "none"
nexusCheck: "none"
javaVersion: "17"
helmChartName: "none"
releaseVersion: "none"
imagesDir: "*-amd64.tar.gz"
clusterOperatorBuild: false
githubActionsRef: "v1"
secrets: inherit