mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 13:17:05 +00:00
chore(github-action): Create github action for docker hub description
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
18
.github/workflows/docker-readme-publish.yml
vendored
Normal file
18
.github/workflows/docker-readme-publish.yml
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user