diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 080eb77..1ee85f1 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -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 - diff --git a/README.md b/README.md index d292549..23051e4 100644 --- a/README.md +++ b/README.md @@ -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