chore: release process will upload a tagged release to dockerhub

This commit is contained in:
garethgeorge
2023-12-02 16:23:26 -08:00
parent 9a037c8f0e
commit d044a8dca9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ archives:
dockers:
- image_templates:
- garethgeorge/resticweb:latest
- garethgeorge/resticweb:{{ .Tag }}
changelog:
sort: asc
+1
View File
@@ -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