mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
Merge branch 'docker-devel' into docker-stable
This commit is contained in:
commit
dda2f30baf
1
.github/workflows/build-docker.yml
vendored
1
.github/workflows/build-docker.yml
vendored
@ -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
|
||||
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user