fix(rename): modify to use my forgejo instance.
This commit is contained in:
parent
db523065e0
commit
64a6bd1c0e
4 changed files with 34 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM docker.io/rust:1.84.0-alpine3.21
|
||||
|
||||
LABEL org.opencontainers.image.source=https://git.kemitix.net/kemitix/rust
|
||||
LABEL org.opencontainers.image.source=https://git.ragarock.moe/silvana/rust
|
||||
|
||||
RUN apk add --no-cache curl=8.11.1-r0
|
||||
RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.19/cargo-binstall-x86_64-unknown-linux-musl.tgz -o cargo-binstall.tgz && \
|
||||
|
@ -48,8 +48,8 @@ RUN apk add --no-cache \
|
|||
|
||||
# dbus-dev \
|
||||
|
||||
RUN git config --global user.email "action@git.kemitix.net" && \
|
||||
git config --global user.name "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust"
|
||||
RUN git config --global user.email "holo@ragarock.moe" && \
|
||||
git config --global user.name "ForgeJo Action. See: https://git.ragarock.moe/silvana/rust"
|
||||
|
||||
COPY scripts/ /usr/local/bin/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue