Skip to content

docs: index annotations fail if index is not produced #1

docs: index annotations fail if index is not produced

docs: index annotations fail if index is not produced #1

Workflow file for this run

# this workflow runs the remote validate bake target from docker/docker.github.io
# to check if yaml reference docs and markdown files used in this repo are still
# valid: https://github.com/docker/docs/blob/98c7c9535063ae4cd2cd0a31478a21d16d2f07a3/docker-bake.hcl#L34-L36
# path filters reflects the files that are used as remote resource in this
# repo: https://github.com/docker/docs/blob/d5312d53e255a24e421dfe6c3344359e10271cb8/_config.yml#L202-L217
name: docs-upstream
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- 'master'
- 'v[0-9]*'
paths:
- '.github/workflows/docs-upstream.yml'
- 'docs/buildkitd.toml.md'
- 'docs/attestations/slsa-definitions.md'
- 'docs/attestations/attestation-storage.md'
- 'frontend/dockerfile/docs/reference.md'
pull_request:
paths:
- '.github/workflows/docs-upstream.yml'
- 'docs/buildkitd.toml.md'
- 'docs/attestations/slsa-definitions.md'
- 'docs/attestations/attestation-storage.md'
- 'frontend/dockerfile/docs/reference.md'
jobs:
validate:
uses: docker/docs/.github/workflows/validate-upstream.yml@main
with:
repo: https://github.com/${{ github.repository }}

Check failure on line 35 in .github/workflows/docs-upstream.yml

View workflow run for this annotation

GitHub Actions / docs-upstream

Invalid workflow file

The workflow is not valid. .github/workflows/docs-upstream.yml (Line: 35, Col: 13): Invalid input, repo is not defined in the referenced workflow.