hddhfgggsasdfa
This commit is contained in:
parent
26cc4fb093
commit
212247eacf
@ -35,6 +35,7 @@ jobs:
|
|||||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
|
save-always: true
|
||||||
path: |
|
path: |
|
||||||
$HOME/.cargo/bin/
|
$HOME/.cargo/bin/
|
||||||
$HOME/.cargo/git/
|
$HOME/.cargo/git/
|
||||||
|
@ -6,5 +6,5 @@ FROM alpine:3.20
|
|||||||
LABEL org.opencontainers.image.source="https://git.toast-server.net/toast/Kon"
|
LABEL org.opencontainers.image.source="https://git.toast-server.net/toast/Kon"
|
||||||
RUN apk add --no-cache libgcc fluidsynth
|
RUN apk add --no-cache libgcc fluidsynth
|
||||||
WORKDIR /kon
|
WORKDIR /kon
|
||||||
COPY --from=builder /builder/target/x86_64-unknown-linux-musl/release/kon .
|
COPY --from=base /builder/target/x86_64-unknown-linux-musl/release/kon .
|
||||||
CMD [ "./kon" ]
|
CMD [ "./kon" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user