diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d025518..47a5ef8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -67,11 +67,6 @@ jobs: with: path: /tmp/docker key: ${{ runner.os }}-docker-${{ steps.dockerfile-hash.outputs.hash }} - - - name: Load image - run: | - docker load --input /tmp/docker/${{ runner.os }}-builder-image.tar - docker image ls -a - name: Build library uses: https://github.com/addnab/docker-run-action@v3