Skip to content

Commit 3f9a094

Browse files
author
Perki
committed
publishing on dockerHub
1 parent 14e0453 commit 3f9a094

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Credentials of this user will be displayed in console upon it's creation.
6767
Note that this user is recreated each time the server restarts.
6868
Therefore it is not an admin user, but rather an initial user, that has sufficient permissions to create other users and should serve as an emergency user after having created first admin-like user.
6969

70+
## Contributing
71+
72+
### Todo
73+
- release github workflow has been archived in `archives` it needs to rewritten to publish on dockerHub
7074

7175
## License
7276

build/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version=$(cat build_tag)
1414
# clients:
1515
cp ./build_tag ../.api-version
1616

17-
host="eu.gcr.io"
17+
host="docker.io"
1818
release=true
1919

2020
if [ "$1" == "test" ] #build containers for localhost only

0 commit comments

Comments
 (0)