This commit is contained in:
Ruben Fiszel
2022-05-05 10:01:07 +02:00
parent aea7027001
commit a72d15af74
4 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -30,9 +30,9 @@ jobs:
./publish.sh
- name: Build the Docker image
run: |
echo "branch main"
cd lsp
sudo docker pull "registry.wimill.xyz/lsp:main" || true
sudo docker build -f DockerfileLSP . --cache-from "registry.wimill.xyz/lsp:main" -t "registry.wimill.xyz/lsp:main" --build-arg BUILDKIT_INLINE_CACHE=1
sudo docker build . --cache-from "registry.wimill.xyz/lsp:main" -t "registry.wimill.xyz/lsp:main" --build-arg BUILDKIT_INLINE_CACHE=1
- name: push to registry
run: |
sudo docker push "registry.wimill.xyz/lsp:main"
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 61 KiB