Skip to content

Commit 3831a33

Browse files
authored
[SECURITY] We now update daily again
Currently there are a lot of security releases, to keep up with the releases, we update the docker images daily again.
1 parent 5fb6262 commit 3831a33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build
22
'on':
33
schedule:
44
-
5-
cron: '0 0 * * 2'
5+
cron: '0 0 * * *'
66
push: null
77
pull_request:
88
branches:
@@ -6543,4 +6543,4 @@ jobs:
65436543
"ghcr.io/webdevops/vsftp:sha-${{ github.sha }}-arm64-latest" && exit 0
65446544
sleep $((i*i))
65456545
done
6546-
exit 1
6546+
exit 1

0 commit comments

Comments
 (0)