From c7f8490e52eede11e384b6925587d4f8a26270d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Ga=C3=A1l?= Date: Mon, 13 Oct 2025 12:36:06 +0200 Subject: [PATCH] fix: Github -> GitHub (#340) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: George Gaál --- site/content/docs/usage-as-github-action.md | 14 ++++++------- site/public/about/index.html | 2 +- site/public/docs/crd-support/index.html | 4 ++-- site/public/docs/index.xml | 4 ++-- site/public/docs/installation/index.html | 4 ++-- .../docs/json-schema-conversion/index.html | 8 ++++---- .../docs/usage-as-github-action/index.html | 20 +++++++++---------- site/public/docs/usage/index.html | 4 ++-- .../docs/using-as-a-go-module/index.html | 8 ++++---- site/public/index.html | 2 +- site/public/index.xml | 4 ++-- site/public/installation/index.html | 2 +- site/public/tags/kubeconform/index.xml | 4 ++-- site/public/tags/usage/index.xml | 4 ++-- .../kubeconform/layouts/partials/header.html | 2 +- 15 files changed, 43 insertions(+), 43 deletions(-) diff --git a/site/content/docs/usage-as-github-action.md b/site/content/docs/usage-as-github-action.md index 0313957..cfa1fbf 100644 --- a/site/content/docs/usage-as-github-action.md +++ b/site/content/docs/usage-as-github-action.md @@ -1,13 +1,13 @@ --- -title: "Github Action" +title: "GitHub Action" date: 2021-07-02T00:00:00Z draft: false tags: ["Kubeconform", "Usage"] weight: 6 --- -Kubeconform is publishes Docker Images to Github's new Container Registry, ghcr.io. These images -can be used directly in a Github Action, once logged in using a [_Github Token_](https://github.blog/changelog/2021-03-24-packages-container-registry-now-supports-github_token/). +Kubeconform is publishes Docker Images to GitHub's new Container Registry, ghcr.io. These images +can be used directly in a GitHub Action, once logged in using a [_GitHub Token_](https://github.blog/changelog/2021-03-24-packages-container-registry-now-supports-github_token/). {{< prism >}}name: kubeconform on: push @@ -15,7 +15,7 @@ jobs: kubeconform: runs-on: ubuntu-latest steps: - - name: login to Github Packages + - name: login to GitHub Packages run: echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin - uses: actions/checkout@v2 - uses: docker://ghcr.io/yannh/kubeconform:master @@ -24,8 +24,8 @@ jobs: args: "-summary -output json kubeconfigs/" {{< /prism >}} -_Note on pricing_: Kubeconform relies on Github Container Registry which is currently in Beta. During that period, +_Note on pricing_: Kubeconform relies on GitHub Container Registry which is currently in Beta. During that period, [bandwidth is free](https://docs.github.com/en/packages/guides/about-github-container-registry). After that period, -bandwidth costs might be applicable. Since bandwidth from Github Packages within Github Actions is free, I expect -Github Container Registry to also be usable for free within Github Actions in the future. If that were not to be the +bandwidth costs might be applicable. Since bandwidth from GitHub Packages within GitHub Actions is free, I expect +GitHub Container Registry to also be usable for free within GitHub Actions in the future. If that were not to be the case, I might publish the Docker image to a different platform. \ No newline at end of file diff --git a/site/public/about/index.html b/site/public/about/index.html index 9486233..8d73314 100644 --- a/site/public/about/index.html +++ b/site/public/about/index.html @@ -8,7 +8,7 @@