Skip to content

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

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

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

Workflow file for this run

name: push
on:
push:
branches: [ "main", "release-*" ]
jobs:
builds:
uses: ./.github/workflows/_build.yaml
with:
purpose: "dev"
img_directory: "prod"
img_version: ${{ github.sha }}
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