Skip to content

Commit

Permalink
Merge pull request #60 from rwaffen/add_action
Browse files Browse the repository at this point in the history
add gha to update dockerhub repo description
  • Loading branch information
bastelfreak authored Jan 18, 2024
2 parents 6d97354 + e068442 commit 1e4e167
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 @@ -28,3 +28,9 @@ jobs:
ghcr.io/${{ github.repository }}:latest
docker.io/${{ github.repository }}:${{ env.TAG }}
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 1e4e167

Please sign in to comment.