Merge branch 'devel'

This commit is contained in:
Tobias K 2023-04-27 01:08:22 +02:00
commit de8c73cb2f
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1
2 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@ jobs:
echo "Image ownyourbits/nextcloudpi-${ARCH}:${version} does not exist - falling back to :latest"
version="latest"
}
version="${version#docker-}"
echo "Previous version is '$version'"
echo "PREVIOUS_VERSION=$version" >> "$GITHUB_ENV"
echo "previous_version=${version}" >> $GITHUB_OUTPUT

View File

@ -325,6 +325,7 @@ jobs:
- name: Create manifest and push as tag to docker hub
run: |
. ./build/buildlib.sh
version="${version#docker-}"
for arch in x86 armhf arm64
do