fix: migrate to nano-rust public repo

This commit is contained in:
2023-12-09 12:01:41 +01:00
parent 3713bb457e
commit beba17e1bd
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM git.nanobyte.cz/nanobyte/nano-rust:1.74.4e44cba AS builder
FROM git.nanobyte.cz/nanobyte-public/nano-rust:1.74.5f84654 AS builder
ARG PACKAGE_NAME="ovlach_frontend"
ARG GITEA_TOKEN
@@ -6,7 +6,7 @@ ARG GITEA_TOKEN
COPY . /data/
RUN cd /data && cargo-nan "${GITEA_TOKEN}" cargo build --release
FROM git.nanobyte.cz/nanobyte/nano-rust:1.74.4e44cba
FROM git.nanobyte.cz/nanobyte-public/nano-rust:1.74.5f84654
ARG PACKAGE_NAME="ovlach_frontend"
ARG GITEA_TOKEN
COPY --from=builder /data/target/release/${PACKAGE_NAME} /bin