Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
reevejd committed Sep 22, 2023
1 parent 8c1d07e commit 7ddd0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
SN_GITHUB_NPM_REGISTRY=https://npm.pkg.github.com
- name: Install Skopeo
run: sudo apt-get update && sudo apt-get install -y software-properties-common && sudo add-apt-repository -y ppa:projectatomic/ppa && sudo apt-get update && sudo apt-get install -y skopeo
run: sudo apt-get update && sudo apt-get install -y skopeo

- name: Load OCI Image with Skopeo
run: skopeo copy oci:./image.oci docker-daemon:${{ env.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:latest
Expand Down

0 comments on commit 7ddd0c9

Please sign in to comment.