lucaspeng12138 commented on code in PR #4911:
URL: https://github.com/apache/inlong/pull/4911#discussion_r916551532


##########
.github/workflows/ci_docker.yml:
##########
@@ -117,11 +115,9 @@ jobs:
           DOCKER_USER: ${{ secrets.DOCKER_USER }}
           DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
 
-      # Push manifest after publishing Docker images.
+      # Push manifest after publishing aarch64 Docker images.
       - name: Push manifest to Docker Hub
-        if: |
-          steps.match.outputs.match_branch != ''
-          && steps.match.outputs.match_branch != 'false'
+        if: ${{ steps.match.outputs.match_release == 'true' }}
         working-directory: docker
         run: |
           bash +x publish-by-arch.sh --manifest

Review Comment:
   yes, thank a lot!



-- 
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]

Reply via email to