fix tags
This commit is contained in:
parent
f29f5fe2ce
commit
1af0a476c9
2 changed files with 2 additions and 4 deletions
|
@ -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/* .
|
Loading…
Add table
Add a link
Reference in a new issue