mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-29 12:26:32 +00:00
chore: release process will upload a tagged release to dockerhub
This commit is contained in:
@@ -44,6 +44,7 @@ archives:
|
||||
dockers:
|
||||
- image_templates:
|
||||
- garethgeorge/resticweb:latest
|
||||
- garethgeorge/resticweb:{{ .Tag }}
|
||||
|
||||
changelog:
|
||||
sort: asc
|
||||
|
||||
@@ -6,6 +6,7 @@ RUN /resticweb --install-deps=true
|
||||
FROM scratch
|
||||
COPY --from=gobuild /root/.local/share/resticui/ /.local/share/resticui/
|
||||
COPY --from=gobuild /tmp-orig /tmp
|
||||
COPY --from=gobuild /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
|
||||
ENTRYPOINT ["/resticweb"]
|
||||
COPY resticweb /resticweb
|
||||
Reference in New Issue
Block a user