Update readme.md
This commit is contained in:
parent
ae1fdbe7ed
commit
f44e2ba0bf
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
|
*~
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue