copy files to root dir again
This commit is contained in:
parent
87c5bfeb75
commit
618c9aa2ed
2 changed files with 2 additions and 5 deletions
|
@ -21,8 +21,6 @@ steps:
|
|||
password:
|
||||
from_secret: REGISTRY_PASS
|
||||
repo: git.ar21.de/aaron/nextcloud-fpm
|
||||
dockerfile: "nextcloud-docker/${NEXTCLOUD_VERSION}/fpm/Dockerfile"
|
||||
tags_file: "nextcloud-docker/${NEXTCLOUD_VERSION}/fpm/.tags"
|
||||
platforms:
|
||||
- linux/arm64
|
||||
- linux/amd64
|
||||
|
@ -38,8 +36,6 @@ steps:
|
|||
password:
|
||||
from_secret: REGISTRY_PASS
|
||||
repo: git.ar21.de/aaron/nextcloud-fpm
|
||||
dockerfile: "nextcloud-docker/${NEXTCLOUD_VERSION}/fpm/Dockerfile"
|
||||
tags_file: "nextcloud-docker/${NEXTCLOUD_VERSION}/fpm/.tags"
|
||||
platforms:
|
||||
- linux/arm64
|
||||
- linux/amd64
|
||||
|
|
|
@ -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/* .
|
Loading…
Reference in a new issue