diff --git a/.drone.yml b/.drone.yml index 8d29b1e..e4959ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index e35ae48..d0baa7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 5a92fc7..b98eeaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ [[package]] name = "gitea-release" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index d5b90d4..4732ce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitea-release" -version = "0.2.2" +version = "0.2.3" authors = ["Christine Dodrill "] edition = "2018" diff --git a/README.md b/README.md index 8b961bc..b310e6c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/VERSION b/VERSION index ee1372d..7179039 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2 +0.2.3