Skip to content

Commit 27a7167

Browse files
author
Perki
committed
Publishing on dockerHub
1 parent 067725a commit 27a7167

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

115118
Prerequisites: [Node.js](https://nodejs.org/en/download/) 16, [just](https://github.com/casey/just#installation)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# previous version made to publish on Azure should be adapted to publish on dockerHub
12
name: Service mail publish release
23

34
on:

build/build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ then
1818
release=false
1919
else
2020
version=$(cat build_tag)
21-
host='eu.gcr.io'
21+
host='docker.io'
2222
release=true
2323
fi
2424

25+
version=1.9.0
2526

2627
echo "---------------------------- building mail ------------------------------"
2728
docker build -f build/mail/Dockerfile -t $host/pryvio/mail:$version .

build/mail/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/pryvio/base:1.9.0
1+
FROM docker.io/pryvio/base:1.9.0
22
LABEL maintainer="Pryv<tech@pryv.com>"
33

44
# Set main paths that will be reused in this docker file

0 commit comments

Comments
 (0)