From f44e2ba0bf4ebd7021d21e24351cb5685a0db200 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Wed, 10 Dec 2025 01:26:31 +0100 Subject: [PATCH] Update readme.md --- .gitignore | 1 + readme.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 1062418..c13ee0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ *.iml +*~ diff --git a/readme.md b/readme.md index d5a1c25..c9026ec 100644 --- a/readme.md +++ b/readme.md @@ -13,9 +13,13 @@ Tag the built image with the current date as the name: ```commandline docker image tag fritteli/pkgcheck:yyyyMMdd docker image tag fritteli/pkgcheck:latest +docker image tag gittr.ch/linux/pkgcheck:yyyyMMdd +docker image tag gittr.ch/linux/pkgcheck:latest ``` Push the tagged images: ```commandline docker image push fritteli/pkgcheck:yyyyMMdd docker image push fritteli/pkgcheck:latest +docker image push gittr.ch/linux/pkgcheck:yyyyMMdd +docker image push gittr.ch/linux/pkgcheck:latest ```