lol oops
This commit is contained in:
parent
f32c927889
commit
be09d46574
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -326,7 +326,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gitea-release"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"byte-unit",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gitea-release"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = ["Christine Dodrill <me@christine.website>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue