Initial commit
All checks were successful
Update Docker Hub Description / dockerHubDescription (push) Successful in 13s
Docker Image CI / build_docker_images (push) Successful in 12m11s

This commit is contained in:
2025-11-11 16:51:34 +01:00
committed by GianLuca Vagnuzzi
commit 8e7f5bfb48
9 changed files with 855 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .gitea/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
container: mynodejs:latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPONAME }}
short-description: ${{ gitea.repository.description }}