fix(ci): replace drone with gitea actions
All checks were successful
Build / build-arm64 (push) Successful in 1m10s
Lint Markdown files / markdown-lint (push) Successful in 15s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 11s
Build / build-amd64 (push) Successful in 1m23s

This commit is contained in:
2025-05-09 11:18:13 +02:00
parent e1015875ba
commit 0564b9c2e3
8 changed files with 218 additions and 725 deletions

View File

@ -0,0 +1,22 @@
name: Update Docker Hub Description
on:
push:
branches:
- master
paths:
- README.md
workflow_dispatch: {}
jobs:
update-description-on-hub-docker-io:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: peter-evans/dockerhub-description@v4.0.2
with:
username: ${{ secrets.DOCKER_IO_USERNAME }}
password: ${{ secrets.DOCKER_IO_PASSWORD }}
repository: volkerraschek/postfixadmin-fetchmail
readme-filepath: README.md