-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update stakater/.github action to v0.0.117 (0.9) (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Karl Johan Grahn <[email protected]>
- Loading branch information
1 parent
60c23c3
commit b2d8024
Showing
43 changed files
with
130 additions
and
159 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ on: | |
|
||
jobs: | ||
push: | ||
uses: stakater/.github/.github/workflows/[email protected].38 | ||
uses: stakater/.github/.github/workflows/[email protected].117 | ||
secrets: | ||
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} | ||
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ on: | |
|
||
jobs: | ||
delete: | ||
uses: stakater/.github/.github/workflows/[email protected] | ||
uses: stakater/.github/.github/workflows/[email protected] | ||
with: | ||
LATEST_DOC_VERSION: "1.1" | ||
secrets: | ||
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} | ||
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,24 +8,25 @@ on: | |
|
||
jobs: | ||
doc_qa: | ||
uses: stakater/.github/.github/workflows/[email protected].38 | ||
uses: stakater/.github/.github/workflows/[email protected].117 | ||
with: | ||
MD_CONFIG: .github/md_config.json | ||
DOC_SRC: content | ||
DOC_SRC: content README.md | ||
MD_LINT_CONFIG: .markdownlint.yaml | ||
deploy_doc: | ||
uses: stakater/.github/.github/workflows/[email protected] | ||
secrets: | ||
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }} | ||
build_container: | ||
needs: deploy_doc | ||
if: ${{ github.base_ref == 'main' }} | ||
uses: stakater/.github/.github/workflows/[email protected].38 | ||
uses: stakater/.github/.github/workflows/[email protected].117 | ||
with: | ||
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#pull-request-deployments | ||
DOCKER_FILE_PATH: Dockerfile | ||
CONTAINER_REGISTRY_URL: ghcr.io/stakater | ||
secrets: | ||
CONTAINER_REGISTRY_URL: ${{ secrets.STAKATER_NEXUS_PREPROD_REGISTRY }} | ||
CONTAINER_REGISTRY_USERNAME: ${{ secrets.STAKATER_NEXUS_PREPROD_USERNAME }} | ||
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.STAKATER_NEXUS_PREPROD_PASSWORD }} | ||
CONTAINER_REGISTRY_USERNAME: ${{ github.actor }} | ||
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.GHCR_TOKEN }} | ||
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} | ||
DOCKER_SECRETS: GIT_AUTH_TOKEN=${{ secrets.STAKATER_GITHUB_TOKEN }} | ||
deploy_doc: | ||
uses: stakater/.github/.github/workflows/[email protected] | ||
secrets: | ||
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} | ||
DOCKER_SECRETS: GIT_AUTH_TOKEN=${{ secrets.PUBLISH_TOKEN }} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ on: | |
|
||
jobs: | ||
push: | ||
uses: stakater/.github/.github/workflows/[email protected] | ||
uses: stakater/.github/.github/workflows/[email protected] | ||
with: | ||
LATEST_DOC_VERSION: "1.1" | ||
secrets: | ||
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} | ||
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,22 +3,22 @@ name: Release | |
on: | ||
push: | ||
tags: | ||
- "v*" | ||
- 'v*' | ||
|
||
jobs: | ||
create_release: | ||
uses: stakater/.github/.github/workflows/[email protected].38 | ||
uses: stakater/.github/.github/workflows/[email protected].117 | ||
secrets: | ||
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} | ||
build_container: | ||
uses: stakater/.github/.github/workflows/[email protected].38 | ||
uses: stakater/.github/.github/workflows/[email protected].117 | ||
with: | ||
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#gh-pages | ||
DOCKER_FILE_PATH: Dockerfile | ||
secrets: | ||
CONTAINER_REGISTRY_URL: ${{ secrets.STAKATER_NEXUS_PREPROD_REGISTRY }} | ||
CONTAINER_REGISTRY_USERNAME: ${{ secrets.STAKATER_NEXUS_PREPROD_USERNAME }} | ||
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.STAKATER_NEXUS_PREPROD_PASSWORD }} | ||
CONTAINER_REGISTRY_URL: ghcr.io/stakater | ||
CONTAINER_REGISTRY_USERNAME: ${{ github.actor }} | ||
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.GHCR_TOKEN }} | ||
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} | ||
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} | ||
DOCKER_SECRETS: GIT_AUTH_TOKEN=${{ secrets.STAKATER_GITHUB_TOKEN }} | ||
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }} | ||
DOCKER_SECRETS: GIT_AUTH_TOKEN=${{ secrets.PUBLISH_TOKEN }} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ node_modules | |
|
||
# Build files | ||
site/ | ||
./mkdocs.yml | ||
|
||
|
||
.idea | ||
.idea | ||
styles |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "vocabulary"] | ||
path = vocabulary | ||
url = [email protected]:stakater/vocabulary.git | ||
[submodule "theme_common"] | ||
path = theme_common | ||
url = [email protected]:stakater/stakater-docs-mkdocs-theme.git |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"MD007": { "indent": 4 }, | ||
"MD013": false, | ||
"MD024": false, | ||
} | ||
MD007: | ||
indent: 4 | ||
MD013: false | ||
MD024: false | ||
MD029: | ||
style: one |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Multi Tenant Operator Documentation | ||
|
||
Documentation for [Multi Tenant Operator](https://www.stakater.com/mto) |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.