Skip to content

Prepare 6.0.11 (#140) #38

Prepare 6.0.11 (#140)

Prepare 6.0.11 (#140) #38

Workflow file for this run

name: Update Docker Hub Description
on:
push:
branches:
- '6.0.x'
paths:
- "README.md"
- .github/workflows/description.yml
jobs:
update-description:
runs-on: ubuntu-latest
environment: DOCKER_HUB
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update repo description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: plone/plone-backend
readme-filepath: README.md