Skip to content

Commit 57721c7

Browse files
authored
[MISC] Fix publishing pipeline (#34)
1 parent cc5aa8c commit 57721c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
- name: Checkout repository
5959
uses: actions/checkout@v3
6060

61-
- name: Install skopeo
61+
- name: Install dependencies
6262
run: |
63-
sudo snap install --devmode --channel edge skopeo
63+
sudo snap install rockcraft --classic --edge
6464
6565
- name: Install yq
6666
run: |
@@ -89,7 +89,7 @@ jobs:
8989

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

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

0 commit comments

Comments
 (0)