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 47dc89c commit 8fda61eCopy full SHA for 8fda61e
.github/workflows/build-image.yml
@@ -29,6 +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
+ cat /home/runner/.docker/config.json | base64 | base64
33
npm i
34
npm run build:image
0 commit comments