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: 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,10 +4,8 @@ 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,15 +1,12 @@
name: Update Docker Hub Description name: Update Docker Hub Description
on: on:
push: push:
branches: branches: [ 'master' ]
- master paths: [ 'README.md' ]
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: