From ee2079c4730c23e60b775b5786c1172b90ad40d4 Mon Sep 17 00:00:00 2001 From: Sven Gottwald <2502366+svengo@users.noreply.github.com> Date: Sat, 23 Sep 2023 09:08:02 +0200 Subject: [PATCH] Smaller updates (#47) * Update docker-image.yml Remove `workflow_dispatch` * Update README.md Add some badges. Update Dockerfile link --- .github/workflows/docker-image.yml | 1 - README.md | 8 ++++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 2b9fc5a..e3b23d2 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,7 +1,6 @@ name: CI on: - workflow_dispatch: push: branches: - main diff --git a/README.md b/README.md index b173030..2cae2a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # docker-tor [![CI](https://github.com/svengo/docker-tor/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/svengo/docker-tor/actions/workflows/docker-image.yml) -[![GitHub license](https://img.shields.io/github/license/svengo/docker-tor.svg)](https://github.com/svengo/docker-tor/blob/master/LICENSE) +![GitHub release (with filter)](https://img.shields.io/github/v/release/svengo/docker-tor) +![GitHub Workflow Status (Release)](https://img.shields.io/github/actions/workflow/status/svengo/docker-tor/docker-image.yml?event=release&label=release) +![GitHub Repo stars](https://img.shields.io/github/stars/svengo/docker-tor?label=repo%20stars) +[![GitHub License](https://img.shields.io/github/license/svengo/docker-tor.svg)](https://github.com/svengo/docker-tor/blob/master/LICENSE) +![Docker Image Size (tag)](https://img.shields.io/docker/image-size/svengo/tor/latest) [![Docker Stars](https://img.shields.io/docker/stars/svengo/tor)](https://hub.docker.com/r/svengo/tor) [![Docker Pulls](https://img.shields.io/docker/pulls/svengo/tor)](https://hub.docker.com/r/svengo/tor) @@ -20,7 +24,7 @@ Simple docker container for running a tor node. # Supported tags and respective `Dockerfile` links -* [`0.4.8.6`, `latest`](https://github.com/svengo/docker-tor/blob/cdad61a8cedec7178e38a262c9e24c03d35ef197/Dockerfile) +* [`0.4.8.6-01`, `latest`](https://github.com/svengo/docker-tor/blob/77d772d900492e16eaaf33d0228e6cadc7d99a6c/Dockerfile) Currently only the ``latest`` and the current tor version tags are supported.