From 7677cfad5f7373b5b8029a1e1a3a74ad4d871ed1 Mon Sep 17 00:00:00 2001 From: soneill Date: Thu, 16 Sep 2021 18:03:44 +1200 Subject: [PATCH] Reademe: Adds dockerci badge --- .github/workflows/docker-image.yml | 2 -- README.md | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index cd5d6bf..1fda4f7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -4,11 +4,9 @@ on: push: branches: - master - - dev pull_request: branches: - master - - dev # Allows you to run this workflow manually from the Actions tab workflow_dispatch: schedule: diff --git a/README.md b/README.md index e215726..6a915e1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Pathfinder Containers + +[![Docker Image Master Branch](https://github.com/goryn-clade/pathfinder-containers/actions/workflows/docker-image.yml/badge.svg?branch=master)](https://github.com/goryn-clade/pathfinder-containers/actions/workflows/docker-image.yml) + + A fork of techfreak's [Pathfinder-container](https://gitlab.com/techfreak/pathfinder-container/) docker-compose solution for Pathfinder that is designed to work with Goryn Clade's [Pathfinder](https://github.com/goryn-clade/pathfinder/) fork, using [Traefik](https://traefik.io/) as a reverse proxy to expose the docker container. 1. [Installation](#installation)