Skip to content

Update stakater/.github action to v0.0.112 #149

Update stakater/.github action to v0.0.112

Update stakater/.github action to v0.0.112 #149

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- 'master'
jobs:
qa:
uses: stakater/.github/.github/workflows/[email protected]
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: content
MD_LINT_CONFIG: .markdownlint.yaml
build:
uses: stakater/.github/.github/workflows/[email protected]

Check failure on line 16 in .github/workflows/pull_request.yaml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yaml (Line: 16, Col: 11): Input CONTAINER_REGISTRY_URL is required, but not provided while calling. .github/workflows/pull_request.yaml (Line: 20, Col: 31): Invalid secret, CONTAINER_REGISTRY_URL is not defined in the referenced workflow.
with:
DOCKER_FILE_PATH: Dockerfile
secrets:
CONTAINER_REGISTRY_URL: ghcr.io/stakater
CONTAINER_REGISTRY_USERNAME: stakater-user
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.STAKATER_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}