File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : build
2
2
on :
3
3
schedule :
4
- - cron : " 0 */12 * * *"
4
+ - cron : " 0 0 * * *"
5
5
push :
6
6
branches : [main]
7
7
paths :
20
20
- name : Upload
21
21
22
22
with :
23
- name : v6 .${{ env.minor }}.${{ env.patch }}
23
+ name : v7 .${{ env.minor }}.${{ env.patch }}
24
24
path : /home/runner/work/_temp/_github_home/nginx
25
25
- name : Update
26
26
if : ${{ env.change }}
33
33
with :
34
34
files : /home/runner/work/_temp/_github_home/nginx
35
35
body : " Size: ${{ env.hash }}"
36
- tag_name : v6 .${{ env.minor }}.${{ env.patch }}
36
+ tag_name : v7 .${{ env.minor }}.${{ env.patch }}
37
37
generate_release_notes : false
Original file line number Diff line number Diff line change 18
18
- name : Upload
19
19
20
20
with :
21
- name : v6 .${{ env.minor }}.${{ env.patch }}
21
+ name : v7 .${{ env.minor }}.${{ env.patch }}
22
22
path : /home/runner/work/_temp/_github_home/nginx
Original file line number Diff line number Diff line change 1
- FROM debian:bullseye-slim
1
+ FROM debian:bullseye
2
2
COPY build.sh /build.sh
3
3
ENTRYPOINT ["bash" , "/build.sh" ]
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ auto/configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx \
32
32
--http-proxy-temp-path=/var/cache/nginx/proxy_temp \
33
33
--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp \
34
34
--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp \
35
- --user=www-data --group=www-data \
36
- --with-file-aio --with- threads --with-pcre-jit --with-http_sub_module \
37
- --with-http_ssl_module --with- http_v2_module --with-http_v3_module \
35
+ --user=www-data --group=www-data --with-file-aio \
36
+ --with-threads --with-pcre-jit --with-http_ssl_module \
37
+ --with-http_v2_module --with-http_v3_module \
38
38
--without-select_module --without-poll_module \
39
39
--without-http_access_module --without-http_autoindex_module \
40
40
--without-http_browser_module --without-http_charset_module \
Original file line number Diff line number Diff line change 1
- 2
1
+ -1
You can’t perform that action at this time.
0 commit comments