Skip to content

gomod(deps): bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0 (… #122

gomod(deps): bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0 (…

gomod(deps): bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0 (… #122

Workflow file for this run

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