diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 52d4c4a..9c0a3d7 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -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 \ No newline at end of file + done + + crane copy $GHCR_REPO/containerd:latest $ECR_REPO/containerd:latest \ No newline at end of file