Compare commits

...

11 Commits

Author SHA1 Message Date
Salim 9b39693439 test no cache 2018-11-15 14:43:41 -08:00
Salim 7527c61855 test no cache 2018-11-15 14:22:32 -08:00
Salim aa2add730c test no cahce 2018-11-15 14:02:48 -08:00
Salim 36c5311b69 test no cahce 2018-11-15 12:08:11 -08:00
Salim df2a400ee6 test no cahce 2018-11-15 12:04:07 -08:00
Salim 5039ebc8ef test nfs fix 2018-11-15 11:04:14 -08:00
Salim 91da7c3695 test no cahce 2018-11-14 16:18:29 -08:00
Salim c8a5c7e962 test no cahce 2018-11-14 16:14:49 -08:00
Salim 75fd8791ad test no cahce 2018-11-14 15:32:38 -08:00
Salim f11ecbcaf2 test no cahce 2018-11-14 15:28:33 -08:00
Salim 999b69fb29 test no cahce 2018-11-14 15:21:56 -08:00
1 changed files with 6 additions and 6 deletions

View File

@ -358,14 +358,14 @@ stages:
- ShellCommand: - ShellCommand:
name: Build docker image name: Build docker image
command: >- command: >-
docker build docker build --no-cache
-t %(prop:docker_image_name)s -t "%(prop:docker_image_name)s"
-t zenko/cloudserver:latest-%(prop:product_version)s -t "zenko/cloudserver:latest-8.1"
-t zenko/cloudserver:latest -t "zenko/cloudserver:latest"
. . ; sleep 200
- ShellCommand: - ShellCommand:
name: Push image name: Push image
command: | command: |
docker push %(prop:docker_image_name)s docker push %(prop:docker_image_name)s
docker push zenko/cloudserver:latest-%(prop:product_version)s docker push zenko/cloudserver:latest8.1
docker push zenko/cloudserver:latest docker push zenko/cloudserver:latest