From 1af0a476c9f870796ea98f5f850a6420d6daa79f Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Wed, 24 Jul 2024 13:26:49 +0200 Subject: [PATCH] fix tags --- .drone.yml | 4 +--- patch-nextcloud.sh | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 284853a..083f0fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,8 +15,7 @@ steps: from_secret: REGISTRY_USER password: from_secret: REGISTRY_PASS - repo: git.ar21.de/aaron/nextcloud-fpm-test - tags: latest + repo: git.ar21.de/aaron/nextcloud-fpm platforms: - linux/arm64 - linux/amd64 @@ -33,7 +32,6 @@ steps: password: from_secret: REGISTRY_PASS repo: git.ar21.de/aaron/nextcloud-fpm - tags: latest platforms: - linux/arm64 - linux/amd64 diff --git a/patch-nextcloud.sh b/patch-nextcloud.sh index b968ea9..5e51da8 100755 --- a/patch-nextcloud.sh +++ b/patch-nextcloud.sh @@ -20,6 +20,6 @@ echo "determine tags" full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile) echo "found $full_version" cd /drone/src -echo $full_version > .tags +echo "$full_version,latest" > .tags echo "move Dockerfile to workdir" cp -r nextcloud-docker/$major_version/fpm/* . \ No newline at end of file