Skip to content

ci: Fix bleeding image generating #24

ci: Fix bleeding image generating

ci: Fix bleeding image generating #24

Workflow file for this run

name: Docker Hub Description
on:
push:
branches:
- main
jobs:
sync-readme:
runs-on: ubuntu-20.04
if: ${{ github.repository == 'WeblateOrg/docker'}}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: weblate/weblate
short-description: ${{ github.event.repository.description }}