Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/closed_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/pull_request_closed.yaml@v0.0.131
uses: stakater/.github/.github/workflows/pull_request_closed.yaml@v0.0.178
secrets:
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/delete_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: delete

jobs:
delete:
uses: stakater/.github/.github/workflows/branch_deleted.yaml@v0.0.131
uses: stakater/.github/.github/workflows/branch_deleted.yaml@v0.0.178
with:
LATEST_DOC_VERSION: "0.1"
secrets:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
doc_qa:
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.131
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.178
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: content README.md
Expand All @@ -17,13 +17,13 @@ jobs:
concurrency:
group: pull_request_versioned_doc
cancel-in-progress: false
uses: stakater/.github/.github/workflows/pull_request_versioned_doc.yaml@v0.0.131
uses: stakater/.github/.github/workflows/pull_request_versioned_doc.yaml@v0.0.178
secrets:
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
build_container:
needs: deploy_doc
if: ${{ github.base_ref == 'main' }}
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.131
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.178
with:
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/template-operator-docs.git#pull-request-deployments
DOCKER_FILE_PATH: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/push_versioned_doc.yaml@v0.0.131
uses: stakater/.github/.github/workflows/push_versioned_doc.yaml@v0.0.178
with:
LATEST_DOC_VERSION: "0.1"
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
create_release:
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.131
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.178
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
build_container:
uses: stakater/.github/.github/workflows/push_container_only.yaml@v0.0.131
uses: stakater/.github/.github/workflows/push_container_only.yaml@v0.0.178
with:
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/template-operator-docs.git#gh-pages
DOCKER_FILE_PATH: Dockerfile
Expand Down