Compare commits

...

2 Commits

Author SHA1 Message Date
Alie 8535624805 disabke thing that bracks the pipeline
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m30s Details
Build image / build (push) Failing after 1m24s Details
2024-02-22 17:59:48 +01:00
Alie f540c514d8 ok i et it it does not work, watevere 2024-02-22 17:59:11 +01:00
2 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@ jobs:
- /data/.cache/act:/data/.cache/act
- /var/lib/docker/image:/var/lib/docker/image
- /var/lib/docker/overlay2:/var/lib/docker/overlay2
- /workspace/fedi-image-bot/bot-mastodon-image-uploader/target:/mnt
steps:
- name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &

View File

@ -23,8 +23,6 @@ WORKDIR /app
RUN --mount=type=bind,source=src,target=src \
--mount=type=bind,source=Cargo.toml,target=Cargo.toml \
--mount=type=bind,source=Cargo.lock,target=Cargo.lock \
--mount=type=cache,target=/app/target/ \
--mount=type=cache,target=/usr/local/cargo/registry/ \
<<EOF
set -e
cargo build --locked --release