WIP: Splits out provider-specific parts of Beginner's Guide to CE #173
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: hubs-docs | |
on: | |
push: | |
branches: | |
paths-ignore: ["README.md"] | |
workflow_dispatch: | |
jobs: | |
turkeyGitops: | |
uses: Hubs-Foundation/hubs-ops/.github/workflows/turkeyGitops.yml@master | |
with: | |
registry: hubsfoundation | |
secrets: | |
DOCKER_HUB_PWD: ${{ secrets.DOCKER_HUB_PWD }} |