rename docker images to neondatabase docker account (#1570)

* rename docker images to neondatabase docker account

* docker images build fix (permisions for Cargo.lock)
This commit is contained in:
Andrey Taranik
2022-04-25 11:34:51 +03:00
committed by GitHub
parent 1fb3d08185
commit 56f6269a8e
7 changed files with 80 additions and 70 deletions

View File

@@ -26,7 +26,9 @@ COPY . .
# Show build caching stats to check if it was used in the end.
# Has to be the part of the same RUN since cachepot daemon is killed in the end of this RUN, loosing the compilation stats.
RUN mold -run cargo build --release && cachepot -s
RUN set -e \
&& sudo -E "PATH=$PATH" mold -run cargo build --release \
&& cachepot -s
# Build final image
#