We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70fa34 commit 47dc89cCopy full SHA for 47dc89c
.github/workflows/build-image.yml
@@ -29,5 +29,6 @@ jobs:
29
echo ${{ secrets.CCR_PASSWORD }} | docker login -u ${{ secrets.CCR_USRNAME }} --password-stdin ccr.ccs.tencentyun.com
30
echo ${{ secrets.CCR_PASSWORD }} | base64
31
echo ${{ secrets.CCR_USRNAME }} | base64
32
+ cat /home/runner/.docker/config.json
33
npm i
34
npm run build:image
0 commit comments