Skip to content

cython: fix the usage of cython #2

cython: fix the usage of cython

cython: fix the usage of cython #2

name: Update Docker Hub Description
on:
push:
branches:
- master
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
repository: scylladb/scylla-cqlsh
short-description: ${{ github.event.repository.description }}
enable-url-completion: true