diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29f7958..37b6b47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ env: KUBECONFORM_VERSION: "v0.6.7" jobs: - build-and-push-image: + build-image: runs-on: ubuntu-latest permissions: contents: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61a782b..af4e810 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release new version of container image +name: Release container image on: push: @@ -13,7 +13,7 @@ env: KUBECONFORM_VERSION: "v0.6.7" jobs: - build-and-push-image: + build-image: runs-on: ubuntu-latest permissions: contents: read diff --git a/README.md b/README.md index a826f52..4e8d31f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Container image for CI with flux-cli, kustomize, kubeconform +[![Build container image](https://github.com/nimbolus/talosctl-container/actions/workflows/build.yml/badge.svg)](https://github.com/nimbolus/talosctl-container/actions/workflows/build.yml) + Container image based on Alpine with flux-cli, kustomize, kubeconform. This image is useful for CI jobs requiring the different CLI tools.