From 9aea5f8145f92134ba97e6ac0a1cf0414699ffe0 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Fri, 6 Oct 2023 07:12:58 +0300 Subject: [PATCH] Delete unused images from runner Taken from https://github.com/oceanprotocol/provider/pull/667/commits/f1d60b1f932a0803fe8df779dcd8bcf96c454f8d --- .github/workflows/pytest.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index bae881b1..abdcb6e1 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -47,11 +47,16 @@ jobs: docker image rm node:16-alpine docker image rm node:18 docker image rm node:18-alpine + docker image rm node:20 + docker image rm node:20-alpine docker image rm buildpack-deps:buster docker image rm buildpack-deps:bullseye docker image rm debian:10 docker image rm debian:11 docker image rm moby/buildkit:latest + docker image rm alpine:3.16 + docker image rm alpine:3.17 + docker image rm alpine:3.18 - name: Wait for contracts deployment and C2D cluster to be ready working-directory: ${{ github.workspace }}/barge run: |