Skip to content

Commit

Permalink
Putting skopeo docker in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Beierl committed Jun 12, 2024
1 parent 4b9b247 commit 097d51d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ jobs:
- uses: canonical/craft-actions/rockcraft-pack@main
id: rockcraft

- name: Install Skopeo
run: |
sudo apt install -y skopeo
- name: Import the image to Docker registry
run: |
sudo skopeo --insecure-policy copy oci-archive:${{ steps.rockcraft.outputs.rock }} docker-daemon:sdcore-nms:0.1
sudo sudo docker run quay.io/skopeo/stable:latest --insecure-policy copy oci-archive:${{ steps.rockcraft.outputs.rock }} docker-daemon:sdcore-nms:0.1
- name: Run the image
run: |
Expand Down

0 comments on commit 097d51d

Please sign in to comment.