Skip to content

Commit

Permalink
Merge pull request #57 from svengo/feature/docker-version-tag
Browse files Browse the repository at this point in the history
Generate additional version tag
  • Loading branch information
svengo authored Jan 10, 2024
2 parents a16368c + d1f9f82 commit 063fe42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
flavor: |
latest=${{ github.event_name == 'release' && github.event.release.prerelease == false }}
tags: |
type=match,pattern=v([\d.]+),group=1
type=match,pattern=v(.*),group=1
type=sha
-
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Simple docker container for running a tor node.


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

Currently only the `latest` tag is supported. I will be rebuilding the image on a regular basis to include updated alpine packages with important security fixes.
I will be rebuilding the image on a regular basis to include updated alpine packages with important security fixes.

# How to use this image

Expand Down

0 comments on commit 063fe42

Please sign in to comment.