mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-07-02 08:06:16 +00:00
Compare commits
3 Commits
45f6866a82
...
ffe8f3e624
Author | SHA1 | Date | |
---|---|---|---|
ffe8f3e624 | |||
3451a6219a | |||
38b9fc3721 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -6,6 +6,8 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- version-*
|
||||
# Run tests for any PRs
|
||||
pull_request:
|
||||
schedule:
|
||||
# Build the image regularly (each Friday)
|
||||
- cron: '23 04 * * 5'
|
||||
|
@ -34,4 +34,4 @@ else
|
||||
fi
|
||||
|
||||
# Run processes
|
||||
exec /bin/s6-svscan /etc/s6.d
|
||||
exec /usr/bin/s6-svscan /etc/s6.d
|
||||
|
Reference in New Issue
Block a user