From 016ba4586ee3e3f36c04304aca5205a62d1be7eb Mon Sep 17 00:00:00 2001 From: Martijn Pepping Date: Wed, 22 May 2019 21:23:20 +0200 Subject: [PATCH] Adds a docker-hub-metadata action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdfc2d2..56a1426 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Review the licenses of your node dependencies](https://github.com/cds-snc/github-actions/tree/master/node-license-checker) - [A GitHub Action to check your project's dependencies](https://github.com/iheanyi/licensed-action) - [Check if package.json dependencies have changed](https://github.com/bencooper222/check-for-node-dep-changes) +- [Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata) ### Testing and Linting