Skip to content

helm 3.14.0 and k8s 1.29.1 (#156) #34

helm 3.14.0 and k8s 1.29.1 (#156)

helm 3.14.0 and k8s 1.29.1 (#156) #34

name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: dtzar/helm-kubectl
short-description: ${{ github.event.repository.description }}