a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[ci] Use net10 images

+4 -4
+1 -1
.forgejo/workflows/commit.yaml
··· 7 7 test-build-and-push: 8 8 runs-on: docker 9 9 container: 10 - image: iceshrimp.dev/iceshrimp/ci-env:dotnet9 10 + image: iceshrimp.dev/iceshrimp/ci-env:dotnet10 11 11 options: | 12 12 --volume /opt/iceshrimp-cache/nuget:/root/.nuget 13 13 --volume /root/.docker:/root/.docker
+2 -2
.forgejo/workflows/release-artifacts.yaml
··· 7 7 build-artifacts: 8 8 runs-on: docker 9 9 container: 10 - image: iceshrimp.dev/iceshrimp/ci-env:dotnet9-wasm 10 + image: iceshrimp.dev/iceshrimp/ci-env:dotnet10-wasm 11 11 options: | 12 12 --volume /opt/iceshrimp-cache/nuget:/root/.nuget 13 13 --volume /root/.docker:/root/.docker ··· 53 53 run: | 54 54 docker login iceshrimp.dev -u "$USER" -p "$TOKEN" 55 55 docker buildx create --name iceshrimp-ci 2>&1 &>/dev/null || true 56 - docker buildx build ${{ env.TAGS }} --provenance=false --platform=linux/amd64,linux/arm64 --push --builder iceshrimp-ci -f ./.docker/dotnet-runner-9.0.Dockerfile ./release 56 + docker buildx build ${{ env.TAGS }} --provenance=false --platform=linux/amd64,linux/arm64 --push --builder iceshrimp-ci -f ./.docker/dotnet-runner-10.0.Dockerfile ./release 57 57 docker buildx prune --keep-storage 20G --builder iceshrimp-ci 58 58 env: 59 59 USER: ${{ github.actor }}
+1 -1
.forgejo/workflows/test-build.yaml
··· 8 8 test-build: 9 9 runs-on: docker 10 10 container: 11 - image: iceshrimp.dev/iceshrimp/ci-env:dotnet9 11 + image: iceshrimp.dev/iceshrimp/ci-env:dotnet10 12 12 options: --volume /opt/iceshrimp-cache/nuget:/root/.nuget 13 13 steps: 14 14 - name: Clone repository