Commit 3d0972d97ba9f6b2af8204955c04a7336b7430ec
Committed by
GitHub
Merge pull request #47 from volodymyr-babak/release-1.1
added latest tag for docker containers
Showing
2 changed files
with
4 additions
and
2 deletions
... | ... | @@ -20,8 +20,9 @@ cp ../../dao/src/main/resources/schema.cql schema.cql |
20 | 20 | cp ../../dao/src/main/resources/demo-data.cql demo-data.cql |
21 | 21 | cp ../../dao/src/main/resources/system-data.cql system-data.cql |
22 | 22 | |
23 | -docker build -t thingsboard/thingsboard-db-schema:1.1.0 . | |
23 | +docker build -t thingsboard/thingsboard-db-schema:1.1.0 -t thingsboard/thingsboard-db-schema:latest . | |
24 | 24 | |
25 | 25 | docker login |
26 | 26 | |
27 | 27 | docker push thingsboard/thingsboard-db-schema:1.1.0 |
28 | +docker push thingsboard/thingsboard-db-schema:latest | |
\ No newline at end of file | ... | ... |
... | ... | @@ -18,8 +18,9 @@ |
18 | 18 | |
19 | 19 | cp ../../application/target/thingsboard.deb thingsboard.deb |
20 | 20 | |
21 | -docker build -t thingsboard/application:1.1.0 . | |
21 | +docker build -t thingsboard/application:1.1.0 -t thingsboard/application:latest . | |
22 | 22 | |
23 | 23 | docker login |
24 | 24 | |
25 | 25 | docker push thingsboard/application:1.1.0 |
26 | +docker push thingsboard/application:latest | |
\ No newline at end of file | ... | ... |