2 Commits

Author SHA1 Message Date
112fb76cf5 docs(README): remove badge of drone.io
Some checks failed
Golang Tests / unittest (push) Successful in 45s
Markdown linter / markdown-lint (push) Successful in 10s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Has been cancelled
2025-04-14 19:41:45 +02:00
e2ed63011d feat(ci): sync description on hub.docker.io
All checks were successful
Golang Tests / unittest (push) Successful in 41s
Markdown linter / markdown-lint (push) Successful in 15s
2025-04-14 19:40:28 +02:00
4 changed files with 15 additions and 8 deletions

View File

@ -4,8 +4,10 @@ on:
pull_request: pull_request:
types: [ "opened", "reopened", "synchronize" ] types: [ "opened", "reopened", "synchronize" ]
push: push:
branches: [ '**' ] branches:
tags-ignore: [ '**' ] - '**'
tags-ignore:
- '**'
jobs: jobs:
unittest: unittest:

View File

@ -4,8 +4,10 @@ on:
pull_request: pull_request:
types: [ "opened", "reopened", "synchronize" ] types: [ "opened", "reopened", "synchronize" ]
push: push:
branches: [ '**' ] branches:
tags-ignore: [ '**' ] - '**'
tags-ignore:
- '**'
workflow_dispatch: {} workflow_dispatch: {}
jobs: jobs:

View File

@ -2,7 +2,7 @@ name: Release
on: on:
push: push:
tags: [ '**' ] tags: [ "*" ]
permissions: permissions:
contents: write contents: write

View File

@ -1,12 +1,15 @@
name: Update Docker Hub Description name: Update Docker Hub Description
on: on:
push: push:
branches: [ 'master' ] branches:
paths: [ 'README.md' ] - master
paths:
- README.md
jobs: jobs:
update-description-on-hub-docker-io: update-description-on-hub-docker-io:
needs:
- sync-container-image
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps: