We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c05c6f commit 6426ec5Copy full SHA for 6426ec5
.github/workflows/build_pre_release.yaml
@@ -17,6 +17,10 @@ jobs:
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v3
20
+ - name: Update version in RELEASE.md
21
+ shell: bash
22
+ run: |
23
+ sed -i 's|#{GIT_TAG_NAME}|${{ env.TAG }}|g' RELEASE.md
24
- name: Create draft release
25
uses: ncipollo/release-action@v1
26
with:
RELEASE.md
@@ -3,3 +3,11 @@
3
[](https://ko-fi.com/Y8Y8GCP24)
4
5
If you found it useful :)
6
+
7
+## Use it
8
9
+For starting quickly all images are precompiled and hosted at https://hub.docker.com/r/ayufan/proxmox-backup-server/tags.
10
11
+```
12
+docker pull ayufan/proxmox-backup-server:#{GIT_TAG_NAME}
13
0 commit comments