Skip to content

Commit

Permalink
add action to update docker hub description
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Nov 15, 2023
1 parent 59e7338 commit 22e4942
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ jobs:
ghcr.io/${{ github.repository }}:latest
docker.io/${{ github.repository }}:${{ github.ref_name }}-${{ matrix.release }}
docker.io/${{ github.repository }}:latest
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: voxpupulibot
password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}

0 comments on commit 22e4942

Please sign in to comment.