Fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#### Docker Build - Powershell (One Line)
|
||||
```powershell
|
||||
$tag = ("0.0.1").Trim(); git reset --hard; git pull origin master; git tag $tag; git push --tags; docker build -t git.steelants.cz/steelants/py_ck:$tag .; docker push git.steelants.cz/steelants/py_ck:$tag; docker build -t git.steelants.cz/steelants/py_ck:latest .; docker push git.steelants.cz/steelants/py_ck:latest
|
||||
$tag = ("0.0.2").Trim(); git reset --hard; git pull origin master; git tag $tag; git push --tags; docker build -t git.steelants.cz/steelants/py_ck:$tag .; docker push git.steelants.cz/steelants/py_ck:$tag; docker build -t git.steelants.cz/steelants/py_ck:latest .; docker push git.steelants.cz/steelants/py_ck:latest
|
||||
```
|
||||
|
||||
#### Docker Build - Bash (One Line)
|
||||
|
||||
Reference in New Issue
Block a user