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:
|
build-and-publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.76-bookworm as build
|
FROM rust:1.68-bookworm as build
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
|
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
|
||||||
|
|
Loading…
Reference in a new issue