You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/09 14:53:46 UTC

[GitHub] [apisix-dashboard] starsz commented on a change in pull request #2133: ci: optimize build rpm workflow with apisix-build-tools v2.2.0

starsz commented on a change in pull request #2133:
URL: https://github.com/apache/apisix-dashboard/pull/2133#discussion_r705425104



##########
File path: .github/workflows/auto-build-rpm.yml
##########
@@ -29,6 +29,16 @@ jobs:
       - name: Check out code
         uses: actions/checkout@v2
 
+      - uses: docker/setup-buildx-action@v1
+
+      - uses: actions/cache@v2
+        with:
+          path: /tmp/.buildx-cache
+          key: ${{ runner.os }}-buildx-apisixdashboard-${{ github.sha }}
+          restore-keys: |
+            ${{ runner.os }}-buildx-apisixdashboard-
+            ${{ runner.os }}-buildx-

Review comment:
       Do we need to provide the restore keys? If so it will use the old cache.
   Will this cause any problem?




-- 
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: notifications-unsubscribe@apisix.apache.org

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