[ci] Fix commit workflow
This commit is contained in:
parent
de133aada0
commit
76cad826a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue