Compare commits

...

2 Commits
1.0.5 ... 1.0.6

Author SHA1 Message Date
84beb6f690 RELEASE: 1.0.6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-09-13 20:50:24 +00:00
712367adfb fix(): fixing SM
Some checks are pending
continuous-integration/drone/push Build is running
2021-09-13 22:50:15 +02:00
2 changed files with 11 additions and 0 deletions

View File

@ -63,6 +63,10 @@ steps:
volumes:
- name: shared
path: /tmp/shared
when:
event:
include:
- tag
- name: build-and-publish
image: plugins/docker

View File

@ -1,3 +1,10 @@
### [1.0.6](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.5...1.0.6) (2021-09-13)
### 🛠 Fixes
* fixing SM ([712367a](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/712367adfbfaf9d4278889c0641d52f07ce65013))
### [1.0.5](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.4...1.0.5) (2021-09-13)