diff --git a/Dockerfile b/Dockerfile index 5ab8b8d..9598381 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7-alpine -LABEL version="1.0.0" \ +LABEL version="1.0.1" \ repository="https://github.com/niteoweb/reviewapps-deploy-status" \ homepage="https://github.com/niteoweb" \ maintainer="niteo.co" \ diff --git a/README.md b/README.md index 9aec374..ae9a71c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# Review Apps deployment status +# Heroku Review Apps deployment status [![CircleCI](https://circleci.com/gh/niteoweb/reviewapps-deploy-status/tree/master.svg?style=svg&circle-token=5ffcd6d51ad48e0b54dda7d8f37b158e5e502059)](https://circleci.com/gh/niteoweb/reviewapps-deploy-status/tree/master) +[![GitHub marketplace](https://img.shields.io/badge/marketplace-heroku--review--app--deployment--status-blue?style=flat-square&logo=github)](https://github.com/marketplace/actions/heroku-review-app-deployment-status) A Github Action that tests the deployment status of a Heroku Review App. @@ -21,7 +22,7 @@ A Github Action that tests the deployment status of a Heroku Review App. steps: - name: Run review-app test - uses: #TODO: After publishing the action + uses: niteoweb/reviewapps-deploy-status@v1.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: