Compare commits
No commits in common. "main" and "test/generate-svg-logo" have entirely different histories.
main
...
test/gener
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
steps:
|
||||
pipeline:
|
||||
build-and-publish:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.76-bookworm as build
|
||||
FROM rust:1.68-bookworm as build
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
|
||||
|
|
Loading…
Reference in a new issue