wu-sheng commented on code in PR #184: URL: https://github.com/apache/skywalking-eyes/pull/184#discussion_r1731341949
########## .github/workflows/publish-docker.yaml: ########## @@ -19,8 +19,8 @@ name: publish-docker on: push: - branches: - - main + tags: + - 'v*.*.*' Review Comment: This is unexpected. GH repositories are only for dev version. You could find arm64 support of official release from here https://hub.docker.com/r/apache/skywalking-eyes/tags -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
