Skip to content

Commit

Permalink
no need to install skopeo
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Sep 18, 2021
1 parent 41ea6e9 commit 0d50f1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Expand Up @@ -98,8 +98,6 @@ jobs:
GIT_TAG: ${{ steps.get_tag.outputs.GIT_TAG }}
DOCKER_CONFIG: ./.docker
run: |
sudo apt-get -y update
sudo apt-get -y install skopeo
source .image.env && make -C migrations schema-release
- name: Upload airgap image
Expand Down Expand Up @@ -321,8 +319,6 @@ jobs:
GIT_TAG: ${{ steps.get_tag.outputs.GIT_TAG }}
DOCKER_CONFIG: ./.docker
run: |
sudo apt-get -y update
sudo apt-get -y install skopeo
source .image.env && make build-release
- name: Upload airgap image
Expand Down

0 comments on commit 0d50f1d

Please sign in to comment.