Add doc to build & publish latest docker image
This commit is contained in:
parent
03151df29c
commit
45d475868d
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ for deb_version in 11 12
|
|||
do
|
||||
docker build -t brenard/debian-python-deb:debian${deb_version} -f Dockerfile.debian${deb_version} .
|
||||
done
|
||||
docker build -t brenard/debian-python-deb:latest -f Dockerfile.debian${deb_version} .
|
||||
```
|
||||
|
||||
## Publish
|
||||
|
@ -34,4 +35,5 @@ for deb_version in 11 12
|
|||
do
|
||||
docker push brenard/debian-python-deb:debian${deb_version}
|
||||
done
|
||||
docker push brenard/debian-python-deb:latest
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue