Initial commit
All checks were successful
Update Docker Hub Description / dockerHubDescription (push) Successful in 11s
Docker Image CI / build_docker_images (push) Successful in 20m18s

This commit is contained in:
2025-11-11 16:54:44 +01:00
committed by GianLuca Vagnuzzi
commit acdfefe0a5
11 changed files with 1014 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 }}