You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/07/08 07:11:05 UTC

[GitHub] [inlong] shink commented on a diff in pull request #4911: [INLONG-4910][CI] Build arm images only on the release branch

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


##########
.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:
   @lucaspeng12138 Is it right?



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org