scripts: docker_publish: set version tag and push tags
This commit is contained in:
@@ -29,4 +29,7 @@ docker tag inventaire inventaire/inventaire:latest
|
||||
docker push "inventaire/inventaire:${version}"
|
||||
docker push inventaire/inventaire:latest
|
||||
|
||||
git tag "v${version}"
|
||||
git push --tags
|
||||
|
||||
cd "$cwd"
|
||||
|
||||
Reference in New Issue
Block a user