From 3a4e535a0a2a821677da8fcb6e3bd988b8269785 Mon Sep 17 00:00:00 2001 From: iko Date: Thu, 3 Feb 2022 16:14:39 +0300 Subject: [PATCH] Turns out we don't need to install skopeo (: --- .github/workflows/github-actions-image.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/github-actions-image.yaml b/.github/workflows/github-actions-image.yaml index 795b400a..69e4fd2f 100644 --- a/.github/workflows/github-actions-image.yaml +++ b/.github/workflows/github-actions-image.yaml @@ -127,13 +127,6 @@ jobs: name: compaREST Docker Image path: compaREST-image.tar.gz - - name: Install skopeo - if: github.event_name == 'release' - shell: bash - run: | - sudo apt-get -y update - sudo apt-get -y install skopeo - - name: Login to DockerHub uses: docker/login-action@v1.10.0 with: