Skip to content

Commit

Permalink
Merge pull request #14092 from marcusmoore/chore/sc-24383
Browse files Browse the repository at this point in the history
Syncs readme to DockerHub description
  • Loading branch information
snipe committed Jan 3, 2024
2 parents cce9540 + 1f7e7b2 commit 0d69762
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Update Docker Hub Description
on:
push:
branches:
- master
- develop
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Docker Hub Description
uses: grokability/dockerhub-description@7ea9d275c7cdbe2b676a093a0308c50665e3b8b4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
repository: snipe/snipe-it
readme-filepath: ./README.md

0 comments on commit 0d69762

Please sign in to comment.