2 Commits

Author SHA1 Message Date
8971c35ed0 docs(README): remove badge of drone.io
Some checks failed
Markdown linter / markdown-lint (push) Waiting to run
Golang Tests / unittest (push) Has been cancelled
2025-04-14 19:45:41 +02:00
5560d13550 feat(ci): sync description on hub.docker.io
Some checks failed
Markdown linter / markdown-lint (push) Waiting to run
Golang Tests / unittest (push) Has been cancelled
Update Docker Hub Description / update-description-on-hub-docker-io (push) Failing after 10s
2025-04-14 19:45:41 +02:00
4 changed files with 8 additions and 15 deletions

View File

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

View File

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

View File

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

View File

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