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 bb8fadc commit dfe65d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and publish container image
name: Build container image

on:
push:
Expand All @@ -10,7 +10,7 @@ env:
TALOS_VERSION: "v1.8.0"

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 @@ -11,7 +11,7 @@ env:
TALOS_VERSION: "v1.8.0"

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 talosctl based on busybox

[![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 [ghcr.io/containerd/busybox](https://github.com/containerd/containerd/pkgs/container/busybox) with talosctl.
This image is useful for running shell scripts using talosctl (e.g. backup scripts).

Expand Down

0 comments on commit dfe65d3

Please sign in to comment.