mirror of https://github.com/nocodb/nocodb
Pranav C
3 years ago
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@
|
||||
name: Publish Docker Description |
||||
|
||||
on: |
||||
push: |
||||
branches: [ master ] |
||||
pull_request: |
||||
branches: [ master ] |
||||
|
||||
jobs: |
||||
docker-description: |
||||
runs-on: ubuntu-20.04 |
||||
steps: |
||||
- name: Docker Hub Description |
||||
uses: peter-evans/dockerhub-description@v2 |
||||
with: |
||||
username: ${{ secrets.DOCKERHUB_USERNAME }} |
||||
password: ${{ secrets.DOCKERHUB_TOKEN }} |
||||
repository: nocodb/nocodb |
Loading…
Reference in new issue