File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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.
132132How 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
143137Create encryption & decryption keys:
144138
Original file line number Diff line number Diff line change 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 ],
You can’t perform that action at this time.
0 commit comments