Skip to content

0.9.4+msmtpfix

0.9.4+msmtpfix #8

# Updates the Docker Hub description with the contents of the README.md file
name: Docker Hub Description
on:
release:
types:
- published
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ckulka/baikal
short-description: ${{ github.event.repository.description }}