CI: update action for generating docker description (#3559)

This commit is contained in:
mmetc 2025-05-07 10:45:34 +02:00 committed by GitHub
parent e6b85b641c
commit 73a423034f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,5 +25,5 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: crowdsecurity/crowdsec
short-description: ${{ github.event.repository.description }}
short-description: "Crowdsec - An open-source, lightweight agent to detect and respond to bad behaviours."
readme-filepath: "./docker/README.md"