Skip to content

Commit

Permalink
fix(merge-oci-digests): Show --all packages (#8)
Browse files Browse the repository at this point in the history
Reviewed-by: Razvan Deaconescu <[email protected]>
Approved-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Nov 2, 2023
2 parents 6040952 + cb5554d commit 46c2059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/merge-oci-digests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ runs:
STAGING_RELEASE=$(curl https://api.github.com/repos/unikraft/kraftkit/releases | jq -r 'map(select(.prerelease)) | first | .tag_name');
wget https://github.com/unikraft/kraftkit/releases/download/${STAGING_RELEASE}/kraftkit_${STAGING_RELEASE:1}_linux_amd64.deb;
sudo dpkg -i kraftkit_${STAGING_RELEASE:1}_linux_amd64.deb;
kraft pkg ls --apps;
kraft pkg ls --apps --all;
kraft pkg push ${{ inputs.name }};

0 comments on commit 46c2059

Please sign in to comment.