From 33ef624142e9b65cf220c3962d0fc02a1cf74ca4 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sat, 12 Oct 2024 20:52:01 +0200 Subject: [PATCH] also tag the major version --- patch-nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch-nextcloud.sh b/patch-nextcloud.sh index 6354c60..78f557a 100755 --- a/patch-nextcloud.sh +++ b/patch-nextcloud.sh @@ -15,4 +15,4 @@ full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile) echo "==> found $full_version" cd $WORKDIR cp -r nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* . -echo "$full_version" > .tags \ No newline at end of file +echo "$full_version, $NEXTCLOUD_VERSION" > .tags \ No newline at end of file