11 Commits
1.0.1 ... 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
0370a38d2b RELEASE: 1.0.5
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2021-09-13 20:47:52 +00:00
cff9182485 fix(): fixing SM
Some checks are pending
continuous-integration/drone/push Build is running
2021-09-13 22:47:43 +02:00
30af76826f RELEASE: 1.0.4
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
2021-09-13 20:47:03 +00:00
160447222c fix(): fixing SM
Some checks are pending
continuous-integration/drone/push Build is running
2021-09-13 22:46:54 +02:00
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
0f8e7df964 RELEASE: 1.0.2
Some checks failed
continuous-integration/drone/tag Build is failing
continuous-integration/drone/push Build is passing
2021-09-13 20:35:11 +00:00
20671944d5 Merge branch 'master' of https://git.sthope.dev/sthope/DockerContainer-RandomPwd
Some checks are pending
continuous-integration/drone/push Build is running
2021-09-13 22:34:54 +02:00
1b7b13a50a fix(): fixing SM 2021-09-13 22:34:44 +02:00
2 changed files with 49 additions and 2 deletions

View File

@ -28,7 +28,8 @@ steps:
api_key:
from_secret: gitea_token
base_url: https://git.sthope.dev
files: ./*
files:
- ./randomPwd/*
checksum:
- md5
- sha1
@ -36,7 +37,6 @@ steps:
- sha512
- adler32
- crc32
note: CHANGELOG.md
when:
event: tag
@ -49,6 +49,10 @@ steps:
volumes:
- name: shared
path: /tmp/shared
when:
event:
include:
- tag
- name: testing
image: python:3.7-alpine
@ -59,6 +63,10 @@ steps:
volumes:
- name: shared
path: /tmp/shared
when:
event:
include:
- tag
- name: build-and-publish
image: plugins/docker
@ -72,6 +80,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,38 @@
### [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)
### 🛠 Fixes
* fixing SM ([cff9182](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/cff91824851d616a3b4b916437deb3bc72557a09))
### [1.0.4](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.3...1.0.4) (2021-09-13)
### 🛠 Fixes
* fixing SM ([1604472](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/160447222c12339d43eb8b49677e08f3154248a3))
### [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)
### 🛠 Fixes
* fixing SM ([1b7b13a](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/1b7b13a50a1251d65c8b65b7a736c6e6094e6f43))
### [1.0.1](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.0...1.0.1) (2021-09-13)