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:
|
password:
|
||||||
from_secret: REGISTRY_PASS
|
from_secret: REGISTRY_PASS
|
||||||
repo: git.ar21.de/aaron/nextcloud-fpm
|
repo: git.ar21.de/aaron/nextcloud-fpm
|
||||||
dockerfile: "nextcloud-docker/${NEXTCLOUD_VERSION}/fpm/Dockerfile"
|
|
||||||
tags_file: "nextcloud-docker/${NEXTCLOUD_VERSION}/fpm/.tags"
|
|
||||||
platforms:
|
platforms:
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
|
@ -38,8 +36,6 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: REGISTRY_PASS
|
from_secret: REGISTRY_PASS
|
||||||
repo: git.ar21.de/aaron/nextcloud-fpm
|
repo: git.ar21.de/aaron/nextcloud-fpm
|
||||||
dockerfile: "nextcloud-docker/${NEXTCLOUD_VERSION}/fpm/Dockerfile"
|
|
||||||
tags_file: "nextcloud-docker/${NEXTCLOUD_VERSION}/fpm/.tags"
|
|
||||||
platforms:
|
platforms:
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
|
|
|
@ -12,3 +12,4 @@ echo "==> determine tags"
|
||||||
full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile)
|
full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile)
|
||||||
echo "==> found $full_version"
|
echo "==> found $full_version"
|
||||||
echo "$full_version" > .tags
|
echo "$full_version" > .tags
|
||||||
|
cp nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* .
|
Loading…
Reference in a new issue