ci: Allow write for contents and id-token
This commit is contained in:
parent
6a4c89d567
commit
e8e8bfa096
3 changed files with 12 additions and 1 deletions
|
|
@ -53,7 +53,12 @@ install:
|
|||
SAVE ARTIFACT target/$BUILD_TARGET/release/bb
|
||||
|
||||
common:
|
||||
FROM registry.gitlab.com/wunker-bunker/cargo-builder
|
||||
FROM rust
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y musl-dev && \
|
||||
rustup component add clippy && \
|
||||
rustup target add x86_64-unknown-linux-musl
|
||||
|
||||
WORKDIR /app
|
||||
COPY --keep-ts --dir src/ templates/ /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue