Skip to content

Update module github.com/onsi/ginkgo/v2 to v2.22.2 #26

Update module github.com/onsi/ginkgo/v2 to v2.22.2

Update module github.com/onsi/ginkgo/v2 to v2.22.2 #26

Workflow file for this run

name: Push
on:
push:
branches:
- main
paths-ignore:
- '*.md'
- 'docs/'
- 'examples/'
- 'hack/'
jobs:
push-operator:
name: Push Operator
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
# uses: stakater/.github/.github/workflows/operator_push.yaml@main
uses: ./base_push.yaml@mail

Check failure on line 18 in .github/workflows/push.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
secrets:
ADMIN_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
CONTAINER_REGISTRY_URL: ghcr.io/stakater
CONTAINER_REGISTRY_USERNAME: stakater-user
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.GHCR_TOKEN }}
with:
GOLANG_VERSION: ~1.23
RUN_GOLANG_CI_LINT: false
RUN_GOLANG_TESTS: true
RELEASE_BRANCH: main
OPERATOR_SDK_VERSION: v1.36.1