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