Skip to content

Commit

Permalink
chore: simplify github workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
tobikris committed Oct 12, 2024
1 parent 2f32893 commit 9359ee6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
KUBECONFORM_VERSION: "v0.6.7"

jobs:
build-and-push-image:
build-image:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release new version of container image
name: Release container image

on:
push:
Expand All @@ -13,7 +13,7 @@ env:
KUBECONFORM_VERSION: "v0.6.7"

jobs:
build-and-push-image:
build-image:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 9359ee6

Please sign in to comment.