fix tags
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Aaron Riedel 2024-07-24 13:26:49 +02:00
parent f29f5fe2ce
commit 1af0a476c9
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 2 additions and 4 deletions

View file

@ -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/* .