Skip to content

Update ghcr.io/stakater/uptimeguardian Docker tag to v0.0.2 #31

Update ghcr.io/stakater/uptimeguardian Docker tag to v0.0.2

Update ghcr.io/stakater/uptimeguardian Docker tag to v0.0.2 #31

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: .github/workflows/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 prefixed with format 'owner/repository/' or './' for local 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