Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyanesh Mishra authored and Gyanesh Mishra committed Dec 2, 2023
1 parent 07bd48f commit da46f5a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-soci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,12 @@ jobs:
run: |
echo $tags
echo $short_sha
for tag in $tags
do
echo "Importing $tag into containerd"
sudo ctr i import --base-name $tag --digests /tmp/lorax-${{ steps.meta.outputs.version }}.tar
done
sudo ctr i import --digests /tmp/lorax-${{ steps.meta.outputs.version }}.tar
# for tag in $tags
# do
# echo "Importing $tag into containerd"
# sudo ctr i import --digests /tmp/lorax-${{ steps.meta.outputs.version }}.tar
# done
# rm -rf /tmp/lorax-${{ steps.meta.outputs.version }}.tar
- name: Push image with containerd
Expand Down

0 comments on commit da46f5a

Please sign in to comment.