File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- 0 .0.7
1+ 1 .0.10-4-g8abc499
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ just test [...params]
2525## Contributing
2626
2727### Todo
28+ - update privio/base:1.5.1 to latest
2829- release github workflow has been archived in ` archives ` it needs to rewritten to publish on dockerHub
2930
3031
Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ SCRIPT_FOLDER=$(cd $(dirname "$0"); pwd)
99$SCRIPT_FOLDER /scripts/build_name
1010
1111version=$( cat build_tag)
12+ version=1.0.9
1213
1314# Copy the release version to the project root, so we can later display it to
1415# clients:
1516cp ./build_tag ../.api-version
1617
17- host=" eu.gcr .io"
18+ host=" docker .io"
1819
1920# Create a release.tar that contains all the code.
2021 tar cf $SCRIPT_FOLDER /config-follower/release.tar \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pushd $target_dir
1919 run run tar --owner app -xf /pd_build/release.tar
2020
2121# Skip install: done in the GitHub workflow
22- # npm install
22+ npm install
2323
2424# Install the config file
2525run mkdir -p $conf_dir && \
You can’t perform that action at this time.
0 commit comments