Skip to content

Commit

Permalink
Merge pull request #5702 from crazy-max/ci-fix-validate-docs
Browse files Browse the repository at this point in the history
ci: use main branch for docs upstream validation workflow
  • Loading branch information
tonistiigi authored Feb 4, 2025
2 parents ff97fe1 + 13d1368 commit 3f4bcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ on:

jobs:
validate:
uses: docker/docs/.github/workflows/validate-upstream.yml@919a9b9104a34a40b30d116529bcce589a544d1c # pin for artifact v4 support: https://github.com/docker/docs/pull/19220
uses: docker/docs/.github/workflows/validate-upstream.yml@main
with:
module-name: moby/buildkit

0 comments on commit 3f4bcd3

Please sign in to comment.