Skip to content

Commit

Permalink
try
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 033ebbc commit bc0891c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-soci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ jobs:
# outputs: type=oci,dest=/tmp/lorax-${{ steps.meta.outputs.version }}.tar

- name: Import image in containerd
env:
tags: ${{ steps.meta.outputs.tags }}
run: |
tags=${{ steps.meta.outputs.tags }}
echo $tags
for tag in tags
for tag in $tags
do
sudo ctr i import --base-name ghcr.io/predibase/lorax:$tag --digests /tmp/lorax-${{ steps.meta.outputs.version }}.tar
done
Expand Down

0 comments on commit bc0891c

Please sign in to comment.