File tree 6 files changed +8
-7
lines changed
6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : Rebuild docker image
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
schedule :
5
6
- cron : ' 32 6 * * 0'
6
7
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ archives:
25
25
- id : targz
26
26
builds :
27
27
- resticprofile_targz
28
- format : tar.gz
28
+ formats : tar.gz
29
29
30
30
dockers :
31
31
- image_templates :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ archives:
25
25
- id : targz
26
26
builds :
27
27
- resticprofile_targz
28
- format : tar.gz
28
+ formats : tar.gz
29
29
30
30
dockers :
31
31
- image_templates :
Original file line number Diff line number Diff line change @@ -107,19 +107,19 @@ archives:
107
107
builds :
108
108
- resticprofile_targz
109
109
name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
110
- format : tar.gz
110
+ formats : tar.gz
111
111
112
112
- id : targz_no_self_update
113
113
builds :
114
114
- resticprofile_no_self_update
115
115
name_template : ' {{ .ProjectName }}_no_self_update_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
116
- format : tar.gz
116
+ formats : tar.gz
117
117
118
118
- id : zip
119
119
builds :
120
120
- resticprofile_zip
121
121
name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
122
- format : zip
122
+ formats : zip
123
123
124
124
checksum :
125
125
name_template : ' checksums.txt'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY build/restic-${ARCH} /usr/bin/restic
11
11
COPY build/rclone-${ARCH} /usr/bin/rclone
12
12
COPY resticprofile /usr/bin/resticprofile
13
13
14
- RUN apk add --no-cache ca-certificates curl openssh-client-default tzdata
14
+ RUN apk add --no-cache ca-certificates curl logrotate openssh-client-default tzdata
15
15
16
16
VOLUME /resticprofile
17
17
WORKDIR /resticprofile
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY build/restic-${ARCH} /usr/bin/restic
11
11
COPY build/rclone-${ARCH} /usr/bin/rclone
12
12
COPY resticprofile /usr/bin/resticprofile
13
13
14
- RUN apk add --no-cache openssh-client-default curl tzdata ca-certificates supercronic && \
14
+ RUN apk add --no-cache ca-certificates curl logrotate openssh-client-default tzdata supercronic && \
15
15
chmod +x /usr/bin/restic /usr/bin/rclone /usr/bin/resticprofile && \
16
16
adduser -D -h /resticprofile resticprofile && \
17
17
mkdir -p /resticprofile && \
You can’t perform that action at this time.
0 commit comments