qsliu2017 commented on a change in pull request #2072:
URL: https://github.com/apache/apisix-dashboard/pull/2072#discussion_r690898813
##########
File path: .github/workflows/auto-build-rpm.yml
##########
@@ -29,6 +29,19 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
+ - uses: docker/setup-buildx-action@v1
+ with:
+ install: true
+
+ - run: docker login
Review comment:
there exist credentials in the actions environment, see this step's
result in
https://github.com/apache/apisix-dashboard/pull/2072/checks?check_run_id=3354174287.
I add this step to solve requests denied to access docker images, but it
doesn't work. Maybe this PR has no authority to access private docker images?
--
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]