Compare commits

..

No commits in common. "1.0.3" and "1.0.2" have entirely different histories.
1.0.3 ... 1.0.2

2 changed files with 0 additions and 15 deletions

View File

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

View File

@ -1,10 +1,3 @@
### [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)