Skip to content

Commit

Permalink
[MISC] Fix publishing pipeline (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Aug 26, 2024
1 parent cc5aa8c commit 57721c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install skopeo
- name: Install dependencies
run: |
sudo snap install --devmode --channel edge skopeo
sudo snap install rockcraft --classic --edge
- name: Install yq
run: |
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

ROCK_FILE=${{ needs.build.outputs.rock }}

sudo skopeo --insecure-policy copy \
sudo rockcraft.skopeo --insecure-policy copy \
oci-archive:${ROCK_FILE} \
docker-daemon:${IMAGE_NAME}:${TAG}

Expand Down

0 comments on commit 57721c7

Please sign in to comment.