diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index ba54f9c..f1b5245 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -1,13 +1,12 @@ -name: Build images and push to Docker registry +name: Docker images on: - push: - branches: - - master + release: + types: [published] jobs: deploy: - name: Deploy + name: Build images runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index bbdf95b..96c8e05 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![](https://github.com/invoiceninja/invoiceninja/workflows/Docker%20images/badge.svg)](https://github.com/invoiceninja/dockerfiles/actions) +[![Docker image, latest](https://img.shields.io/docker/image-size/invoiceninja/invoiceninja/latest?label=latest)](https://hub.docker.com/r/invoiceninja/invoiceninja) +[![Docker image, alpine](https://img.shields.io/docker/image-size/invoiceninja/invoiceninja/alpine?label=alpine)](https://hub.docker.com/r/invoiceninja/invoiceninja) + # Docker for [Invoice Ninja](https://www.invoiceninja.com/) :bulb: Please consider posting your question on [StackOverflow](https://stackoverflow.com/) as this widens the audience that can help you. Just use the tag `invoice-ninja` and we are there to help. This is mostly related to the usage of Invoice Ninja and the docker setup.