Skip to content

Commit

Permalink
Merge pull request #25 from voxpupuli/update_dockerhub_description
Browse files Browse the repository at this point in the history
add action to update docker hub description
  • Loading branch information
rwaffen authored Nov 15, 2023
2 parents 59e7338 + 22e4942 commit 1f7af70
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 1f7af70

Please sign in to comment.