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

@ -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

View file

@ -12,3 +12,4 @@ echo "==> determine tags"
full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile)
echo "==> found $full_version"
echo "$full_version" > .tags
cp nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* .