Skip to content

Commit

Permalink
ci: copy containerd to ECR
Browse files Browse the repository at this point in the history
Signed-off-by: knqyf263 <[email protected]>
  • Loading branch information
knqyf263 committed Sep 29, 2024
1 parent 414a2d8 commit b3c399e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,6 @@ jobs:
for TAG in $TAGS; do
echo "Copying tag $TAG from GHCR to ECR Public"
crane copy $GHCR_REPO:$TAG $ECR_REPO:$TAG
done
done
crane copy $GHCR_REPO/containerd:latest $ECR_REPO/containerd:latest

0 comments on commit b3c399e

Please sign in to comment.