Skip to content

Commit

Permalink
Turns out we don't need to install skopeo (:
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakooo0 committed Feb 3, 2022
1 parent 5e2eff7 commit 3a4e535
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/github-actions-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 3a4e535

Please sign in to comment.