Explorar o código

Remove docker cache to speedup builds (#79)

Vadim Kaushan %!s(int64=5) %!d(string=hai) anos
pai
achega
f7882dbff4
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      .github/workflows/ci.yml

+ 0 - 3
.github/workflows/ci.yml

@@ -12,9 +12,6 @@ jobs:
       - name: Checkout code
         uses: actions/checkout@v2
 
-      - name: Cache Docker layers
-        uses: satackey/action-docker-layer-caching@v0.0.8
-
       - name: Build docker image
         uses: ./.github/actions/docker