copy files to root dir again
Some checks failed
ci/woodpecker/push/woodpecker/2 Pipeline failed
ci/woodpecker/push/woodpecker/1 Pipeline failed

This commit is contained in:
Aaron Riedel 2024-09-24 22:39:07 +02:00
parent 87c5bfeb75
commit 618c9aa2ed
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 2 additions and 5 deletions

View file

@ -11,4 +11,5 @@ sed -i "$(awk '/^ENTRYPOINT /{line=NR} END{print line}' Dockerfile)s+^+# begin o
echo "==> determine tags"
full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile)
echo "==> found $full_version"
echo "$full_version" > .tags
echo "$full_version" > .tags
cp nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* .