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 ```