Update readme.md

This commit is contained in:
Manuel Friedli 2025-12-10 01:26:31 +01:00
parent ae1fdbe7ed
commit f44e2ba0bf
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.idea/ .idea/
*.iml *.iml
*~

View file

@ -13,9 +13,13 @@ Tag the built image with the current date as the name:
```commandline ```commandline
docker image tag <hash> fritteli/pkgcheck:yyyyMMdd docker image tag <hash> fritteli/pkgcheck:yyyyMMdd
docker image tag <hash> fritteli/pkgcheck:latest docker image tag <hash> fritteli/pkgcheck:latest
docker image tag <hash> gittr.ch/linux/pkgcheck:yyyyMMdd
docker image tag <hash> gittr.ch/linux/pkgcheck:latest
``` ```
Push the tagged images: Push the tagged images:
```commandline ```commandline
docker image push fritteli/pkgcheck:yyyyMMdd docker image push fritteli/pkgcheck:yyyyMMdd
docker image push fritteli/pkgcheck:latest docker image push fritteli/pkgcheck:latest
docker image push gittr.ch/linux/pkgcheck:yyyyMMdd
docker image push gittr.ch/linux/pkgcheck:latest
``` ```