File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11name : Rebuild docker image
22
33on :
4+ workflow_dispatch :
45 schedule :
56 - cron : ' 32 6 * * 0'
67
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ archives:
2525 - id : targz
2626 builds :
2727 - resticprofile_targz
28- format : tar.gz
28+ formats : tar.gz
2929
3030dockers :
3131 - image_templates :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ archives:
2525 - id : targz
2626 builds :
2727 - resticprofile_targz
28- format : tar.gz
28+ formats : tar.gz
2929
3030dockers :
3131 - image_templates :
Original file line number Diff line number Diff line change @@ -107,19 +107,19 @@ archives:
107107 builds :
108108 - resticprofile_targz
109109 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
111111
112112 - id : targz_no_self_update
113113 builds :
114114 - resticprofile_no_self_update
115115 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
117117
118118 - id : zip
119119 builds :
120120 - resticprofile_zip
121121 name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
122- format : zip
122+ formats : zip
123123
124124checksum :
125125 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
1111COPY build/rclone-${ARCH} /usr/bin/rclone
1212COPY resticprofile /usr/bin/resticprofile
1313
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
1515
1616VOLUME /resticprofile
1717WORKDIR /resticprofile
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY build/restic-${ARCH} /usr/bin/restic
1111COPY build/rclone-${ARCH} /usr/bin/rclone
1212COPY resticprofile /usr/bin/resticprofile
1313
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 && \
1515 chmod +x /usr/bin/restic /usr/bin/rclone /usr/bin/resticprofile && \
1616 adduser -D -h /resticprofile resticprofile && \
1717 mkdir -p /resticprofile && \
You can’t perform that action at this time.
0 commit comments