Skip to content

Commit 6426ec5

Browse files
committed
workflow: update RELEASE.md
1 parent 3c05c6f commit 6426ec5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/build_pre_release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
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
2024
- name: Create draft release
2125
uses: ncipollo/release-action@v1
2226
with:

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Y8Y8GCP24)
44

55
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

Comments
 (0)