mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
address review
Signed-off-by: Simon L <szaimen@e.mail.de> Co-authored-by: Zoey <zoey@z0ey.de> Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
542a6a0cbe
commit
ded000e614
1 changed files with 1 additions and 1 deletions
2
.github/workflows/talk.yml
vendored
2
.github/workflows/talk.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
git ls-remote https://github.com/nextcloud/nextcloud-talk-recording v* \
|
git ls-remote https://github.com/nextcloud/nextcloud-talk-recording v* \
|
||||||
| cut -d/ -f3 \
|
| cut -d/ -f3 \
|
||||||
| sort -V \
|
| sort -V \
|
||||||
| grep -E "^v[0-9]+\.[0-9\.]+$" \
|
| grep -E "^v[0-9\.]+$" \
|
||||||
| tail -1
|
| tail -1
|
||||||
)"
|
)"
|
||||||
sed -i "s|^ENV RECORDING_VERSION.*$|ENV RECORDING_VERSION $recording_version|" ./Containers/talk-recording/Dockerfile
|
sed -i "s|^ENV RECORDING_VERSION.*$|ENV RECORDING_VERSION $recording_version|" ./Containers/talk-recording/Dockerfile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue