docker load -i
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-31 16:57:39 -04:00
parent 285d8a7e67
commit ac2982b2ab
6 changed files with 9 additions and 5 deletions

View File

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

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.2.5
CD fix
## 0.2.4
I need to make some kind of drone CI validator

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "gitea-release"
version = "0.2.4"
version = "0.2.5"
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.4
image: xena/gitea-release:0.2.5
settings:
auth_username: cadey
changelog_path: ./CHANGELOG.md

View File

@ -1 +1 @@
0.2.4
0.2.5