mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
Merge branch 'devel'
This commit is contained in:
commit
10012e72d4
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -333,7 +333,7 @@ jobs:
|
||||
docker tag "thecalcaholic/ncp-internal-${arch}:${{ github.run_id }}" "ownyourbits/nextcloudpi-${arch}:${version?}"
|
||||
docker tag "ownyourbits/nextcloudpi-${arch}:${version?}" "ownyourbits/nextcloudpi-${arch}:latest"
|
||||
docker push "ownyourbits/nextcloudpi-${arch}:${version?}"
|
||||
[[ "$version" =~ ^v[0-9]+'.'[0-9]+'.'[0-9]+$ ]] && docker push "ownyourbits/nextcloudpi-${arch}:latest"
|
||||
[[ "$version" =~ ^(docker-)?v[0-9]+'.'[0-9]+'.'[0-9]+$ ]] && docker push "ownyourbits/nextcloudpi-${arch}:latest"
|
||||
done
|
||||
|
||||
docker manifest create ownyourbits/nextcloudpi:${version?} \
|
||||
@ -344,7 +344,7 @@ jobs:
|
||||
|
||||
- name: Create manifest and push as latest to docker hub
|
||||
run: |
|
||||
[[ "${{ github.ref }}" =~ ^'refs/tags/v'[0-9]+'.'[0-9]+'.'[0-9]+$ ]] || {
|
||||
[[ "${{ github.ref }}" =~ ^'refs/tags/'(docker-)?'v'[0-9]+'.'[0-9]+'.'[0-9]+$ ]] || {
|
||||
echo "not tagging latest - is a pre-/beta-release"
|
||||
exit 0
|
||||
}
|
||||
|
||||
@ -87,7 +87,7 @@ fi
|
||||
echo "Init done"
|
||||
|
||||
[[ -f /data/docker_discontinuation_alert_sent ]] || \
|
||||
( . /usr/local/etc/library.sh; notify_admin "$DOCKER_DISCONTINUATION_ALERT" && touch /data/docker_discontinuation_alert_sent )
|
||||
( . /usr/local/etc/library.sh; notify_admin "ATTENTION: NCP docker support to be discontinued" "$DOCKER_DISCONTINUATION_ALERT" && touch /data/docker_discontinuation_alert_sent )
|
||||
while true; do sleep 0.5; done
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user