git.99rst.org
/
roundcube-roundcubemail-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
90599d7
)
Patch build.yml workflow with new version from update.sh
author
Thomas Bruederli
<redacted>
Tue, 19 Sep 2023 20:45:12 +0000
(22:45 +0200)
committer
Thomas Bruederli
<redacted>
Tue, 19 Sep 2023 20:45:12 +0000
(22:45 +0200)
update.sh
patch
|
blob
|
history
diff --git
a/update.sh
b/update.sh
index 6de65bd2d40a017c18aefb284bcb4d6ab79c81b7..ba958551a9644a575d8d4f6b6d8a9141d606e25e 100755
(executable)
--- a/
update.sh
+++ b/
update.sh
@@
-41,4
+41,7
@@
for variant in apache fpm fpm-alpine; do
echo "✓ Wrote $dir/Dockerfile"
done
+sed -i -E "s/1\.[0-9]\.[0-9]+-/${VERSION}-/" .github/workflows/build.yml
+echo "Updating version in build.yml workflow"
+
echo "Done."
git clone https://git.99rst.org/PROJECT