Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kennedy <[email protected]>
  • Loading branch information
tomkennedy513 committed Aug 24, 2023
1 parent aef6de1 commit 2bb56de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Promote images
id: promote
run: |
mkdir final-image-refs
mkdir -p final-image-refs
for image in images/*; do
dev_image=$(cat $image)
digest=$(echo $dev_image| cut -d "@" -f 2)
Expand All @@ -236,7 +236,8 @@ jobs:
crane copy "$dev_image" "$final_repo"
echo "${final_repo}@${digest}" > final-image-refs/$name
echo "$name=$(cat final-image-refs/$name)" > $GITHUB_OUTPUT
echo "$name=$(cat final-image-refs/$name)" >> $GITHUB_OUTPUT
done
- name: Upload image refs
Expand Down

0 comments on commit 2bb56de

Please sign in to comment.