Skip to content

Commit e2582da

Browse files
committed
Bintray -> GitHub releases
1 parent 777536a commit e2582da

3 files changed

Lines changed: 8 additions & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
# unfortunately there doesn't seem to be a way to "expose all secrets", so you must
1515
# list here each secret to pass on to the build
1616
env:
17-
BINTRAY_CREDS: ${{ secrets.BINTRAY_CREDS }}
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
DOCKER_CREDS: ${{ secrets.DOCKER_CREDS }}
19+
EVENTHORIZON: ${{ secrets.EVENTHORIZON }}

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Build status](https://github.com/function61/ubackup/workflows/Build/badge.svg)
2-
[![Download](https://img.shields.io/bintray/v/function61/dl/ubackup.svg?style=for-the-badge&label=Download)](https://bintray.com/function61/dl/ubackup/_latestVersion#files)
2+
[![Download](https://img.shields.io/github/downloads/function61/ubackup/total.svg?style=for-the-badge)](https://github.com/function61/ubackup/releases)
33
[![Download](https://img.shields.io/docker/pulls/fn61/ubackup.svg?style=for-the-badge)](https://hub.docker.com/r/fn61/ubackup/)
44

55
µbackup is a program/library/Docker image for taking backups of your Docker containers (or
@@ -132,13 +132,7 @@ Note: `VERSION` is the same as you would find for the binary installation.
132132
How to use: binary installation
133133
-------------------------------
134134

135-
Download:
136-
137-
```
138-
$ mkdir ~/ubackup && cd ~/ubackup/
139-
$ VERSION_TO_DOWNLOAD="..." # find this from Bintray. Looks like: 20180828_1449_b9d7759cf80f0b4a
140-
$ curl --location --fail --output ubackup "https://dl.bintray.com/function61/dl/ubackup/$VERSION_TO_DOWNLOAD/ubackup_linux-amd64" && chmod +x ubackup
141-
```
135+
Download appropriate release binary for you from the download link.
142136

143137
Create encryption & decryption keys:
144138

turbobob.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@
1515
},
1616
{
1717
"name": "publisher",
18-
"uses": "docker://fn61/buildkit-publisher:20190206_1058_d35b3939",
18+
"uses": "docker://fn61/buildkit-publisher:20200228_1755_83c203ff",
1919
"mount_destination": "/workspace",
2020
"commands": {
21-
"publish": ["publish.sh", "rel/*"],
21+
"publish": ["publish-gh.sh", "function61/ubackup", "rel/"],
2222
"dev": ["bash"]
2323
},
24-
"env": {
25-
"BINTRAY_PROJECT": "function61/dl/ubackup"
26-
},
2724
"pass_envs": [
28-
"BINTRAY_CREDS"
25+
"GITHUB_TOKEN",
26+
"EVENTHORIZON"
2927
]
3028
}
3129
],

0 commit comments

Comments
 (0)