Skip to content

Commit

Permalink
Merge pull request #44 from svengo/svengo-patch-1
Browse files Browse the repository at this point in the history
Fix workflow
  • Loading branch information
svengo authored Sep 20, 2023
2 parents 808547b + 8f9b8b5 commit cdad61a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ vars.IMAGE_NAMESPACE }}/${{ vars.IMAGE_NAME }}
short-description: ${{ github.event.repository.description }}
-
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ Simple docker container for running a tor node.

# Quick reference

- **Maintained by**:
[Sven Gottwald](https://github.com/svengo/)
- **Maintained by**:
[Sven Gottwald](https://github.com/svengo/)

- **Where to get help**:
- **Where to get help**:
[svengo/docker-tor Issues](https://github.com/svengo/docker-tor/issues)

- **Docker Hub**:
[svengo/tor](https://hub.docker.com/r/svengo/tor)


# Supported tags and respective `Dockerfile` links
* [`0.4.8.6`, `latest`](https://github.com/svengo/docker-tor/blob/8fadf81a5c70b5ad49054714c7d27a90938b2953/Dockerfile)

Expand Down

0 comments on commit cdad61a

Please sign in to comment.