update naming convention of repository

This commit is contained in:
Amruth Pillai
2026-01-20 01:22:00 +01:00
parent 3d1334f7d9
commit 7e5597271b
19 changed files with 35 additions and 63 deletions
@@ -1,28 +0,0 @@
name: Update Docker Hub Description
on:
workflow_dispatch:
push:
branches: ["main"]
paths:
- README.md
- .github/workflows/docker-hub-description.yml
env:
IMAGE: ${{ github.repository }}
jobs:
update-description:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
sparse-checkout: README.md
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v5
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ env.IMAGE }}