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)