File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,9 @@ Here is a sample configuration that shows all available settings alongside with
110110
111111## Contributing
112112
113+ ### Todo
114+ - realease github workflow has been archived in ` archives ` it needs to rewritten to publish on dockerHub
115+
113116### Installation
114117
115118Prerequisites: [ Node.js] ( https://nodejs.org/en/download/ ) 16, [ just] ( https://github.com/casey/just#installation )
Original file line number Diff line number Diff line change 1+ # previous version made to publish on Azure should be adapted to publish on dockerHub
12name : Service mail publish release
23
34on :
Original file line number Diff line number Diff line change 1818 release=false
1919else
2020 version=$( cat build_tag)
21- host=' eu.gcr .io'
21+ host=' docker .io'
2222 release=true
2323fi
2424
25+ version=1.9.0
2526
2627echo " ---------------------------- building mail ------------------------------"
2728docker build -f build/mail/Dockerfile -t $host /pryvio/mail:$version .
Original file line number Diff line number Diff line change 1- FROM eu.gcr .io/pryvio/base:1.9.0
1+ FROM docker .io/pryvio/base:1.9.0
22LABEL maintainer="Pryv<tech@pryv.com>"
33
44# Set main paths that will be reused in this docker file
You can’t perform that action at this time.
0 commit comments