Compare commits

...

2 Commits
1.0.2 ... 1.0.3

Author SHA1 Message Date
11095d6552 RELEASE: 1.0.3
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
2021-09-13 20:46:22 +00:00
de51c0e005 fix(): fixing SM
Some checks are pending
continuous-integration/drone/push Build is running
2021-09-13 22:46:13 +02:00
2 changed files with 15 additions and 0 deletions

View File

@ -50,6 +50,10 @@ steps:
volumes:
- name: shared
path: /tmp/shared
when:
event:
include:
- tag
- name: testing
image: python:3.7-alpine
@ -73,6 +77,10 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
when:
event:
include:
- tag
- name: discord
image: appleboy/drone-discord

View File

@ -1,3 +1,10 @@
### [1.0.3](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.2...1.0.3) (2021-09-13)
### 🛠 Fixes
* fixing SM ([de51c0e](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/de51c0e0055ea96df122acb00bef0b0d76f2920c))
### [1.0.2](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.1...1.0.2) (2021-09-13)