Skip to content

chore: Release v1.3.0 (#7610) #42

chore: Release v1.3.0 (#7610)

chore: Release v1.3.0 (#7610) #42

name: Update Docker Hub Description
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
on:
workflow_dispatch:
push:
branches:
- main
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
persist-credentials: false
- name: Docker Hub Description
uses: peter-evans/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: zfnd/zebra
short-description: ${{ github.event.repository.description }}