Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Update README.md

Update README.md #11

Workflow file for this run

name: Update Docker Hub Description
on:
push:
paths:
- 'README.md'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: webysther/hoppscotch