Skip to content

Pass kubeconfig as arg (#1104) #12

Pass kubeconfig as arg (#1104)

Pass kubeconfig as arg (#1104) #12

Workflow file for this run

name: push
on:
push:
branches: [ "main", "release-*" ]
jobs:
builds:
uses: ./.github/workflows/_build.yaml
integrations:
needs: builds
uses: ./.github/workflows/_integration-tests.yaml
with:
image: europe-docker.pkg.dev/kyma-project/prod/serverless-operator:${{ github.sha }}
upgrades:
needs: builds
uses: ./.github/workflows/_upgrade-tests.yaml