lol oops
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Cadey Ratio 2020-05-31 16:42:12 -04:00
parent f32c927889
commit be09d46574
6 changed files with 9 additions and 5 deletions

View File

@ -51,7 +51,7 @@ steps:
path: /result
- name: dockersock
path: /var/run/docker.sock
steps:
run:
- docker load /result/docker.tgz
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin
- docker push xena/gitea-release

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.2.3
Typo in the CD script :D
## 0.2.2
Update README, automatically push docker images

2
Cargo.lock generated
View File

@ -326,7 +326,7 @@ dependencies = [
[[package]]
name = "gitea-release"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"anyhow",
"byte-unit",

View File

@ -1,6 +1,6 @@
[package]
name = "gitea-release"
version = "0.2.2"
version = "0.2.3"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"

View File

@ -29,7 +29,7 @@ To use this as a drone plugin, add the following to your `.drone.yml`:
```yaml
- name: auto-release
image: xena/gitea-release:0.2.2
image: xena/gitea-release:0.2.3
settings:
auth_username: cadey
changelog_path: ./CHANGELOG.md

View File

@ -1 +1 @@
0.2.2
0.2.3