Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Jan 4, 2025
1 parent 8f88388 commit 450c9ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-release-services-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ jobs:
"${tag_args[@]}" \
--push \
"."
# Verify the multi-platform support
for tag in "${{ steps.meta.outputs.tags }}"; do
docker manifest inspect "${{ secrets.DOCKER_USERNAME }}/$IMAGE_NAME:$tag"
docker manifest inspect "ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:$tag"
docker manifest inspect "registry.cn-hangzhou.aliyuncs.com/openimsdk/$IMAGE_NAME:$tag"
done
else
echo "No valid Dockerfile found in $dir"
fi
Expand Down

0 comments on commit 450c9ba

Please sign in to comment.