diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2022-04-10 00:34:50 +0200 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2022-04-10 00:34:50 +0200 |
commit | 39745b50dd55e03b5c9a9e9e6ea7e1a86c5317d1 (patch) | |
tree | 3b5a836aa6ace92d8287767857afe35c0a8addbe /content/projects | |
parent | e98b7661622035d71e921c03c730183b03251547 (diff) | |
download | gabrielgio.me-39745b50dd55e03b5c9a9e9e6ea7e1a86c5317d1.tar.gz gabrielgio.me-39745b50dd55e03b5c9a9e9e6ea7e1a86c5317d1.tar.bz2 gabrielgio.me-39745b50dd55e03b5c9a9e9e6ea7e1a86c5317d1.zip |
fix: Typos
Diffstat (limited to 'content/projects')
-rw-r--r-- | content/projects/_index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md index 933581d..922a6c4 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -11,10 +11,10 @@ Just a list of some projects I have done and find useful on my day-to-day life. - [Hub Watcher](https://gabrielgio.gitlab.io/hub-watcher/) [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/hub-watcher) - A small project to monitor changes in docker image from [docker + A small project to monitor changes in a docker image from [docker hub](https://hub.docker.com/). By default every 5 minutes it will fetch the - digest of image and compare with the previous returted digest, if they are - different it will make a post request to a given url. + digest of image and compare with the previous returned digest, if they are + different it will make a post request to a given url. I created it so I can automatically trigger my gitlab pipeline to build my custom nextcloud image everytime Nextcloud GmbH updates their image. |