Skip to content

Commit

Permalink
[MISC] Fix publish CI (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th authored Aug 2, 2024
1 parent e671219 commit ea2f542
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 @@ -60,9 +60,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install skopeo
- name: Install rockcraft
run: |
sudo snap install --devmode --channel edge skopeo
sudo snap install --channel edge rockcraft
- name: Install yq
run: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
echo "ROCK: ${{ needs.build.outputs.rock }}"
ROCK_FILE=${{ needs.build.outputs.rock }}
echo "Rock file: $ROCK_FILE"
sudo skopeo --insecure-policy copy \
sudo rockcraft.skopeo --insecure-policy copy \
oci-archive:${ROCK_FILE} \
docker-daemon:${IMAGE_NAME}:${TAG}
echo "1"
Expand Down

0 comments on commit ea2f542

Please sign in to comment.