mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
version dockerhub readme and update it automatically on release
This commit is contained in:
18
.github/workflows/dockerhub.yml
vendored
Normal file
18
.github/workflows/dockerhub.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Update Docker Hub Description
|
||||
|
||||
on: release
|
||||
|
||||
jobs:
|
||||
dockerHubDescription:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v4
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
repository: athou/commafeed
|
||||
short-description: ${{ github.event.repository.description }}
|
||||
readme-filepath: commafeed-server/src/main/docker/README.md
|
||||
Reference in New Issue
Block a user