[ci] Fix commit workflow

This commit is contained in:
Laura Hausmann 2024-07-03 03:52:58 +02:00
parent de133aada0
commit 76cad826a8
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -31,6 +31,6 @@ jobs:
run: sed -i 's^mcr.microsoft.com/dotnet/sdk:8.0-alpine^iceshrimp.dev/iceshrimp/dotnet-sdk:8.0-alpine^g' /iceshrimp/Dockerfile run: sed -i 's^mcr.microsoft.com/dotnet/sdk:8.0-alpine^iceshrimp.dev/iceshrimp/dotnet-sdk:8.0-alpine^g' /iceshrimp/Dockerfile
- name: Build the image - name: Build the image
shell: bash shell: bash
run: docker buildx build --target image-jit -t iceshrimp.dev/${GITHUB_REPOSITORY@L}:$GITHUB_REF_NAME --provenance=false --platform=linux/amd64,linux/arm64 --push /iceshrimp run: docker buildx build -t iceshrimp.dev/${GITHUB_REPOSITORY@L}:$GITHUB_REF_NAME --provenance=false --platform=linux/amd64,linux/arm64 --push /iceshrimp
- name: Purge cache - name: Purge cache
run: docker buildx prune --keep-storage 20G run: docker buildx prune --keep-storage 20G