Skip to content

Commit 8fda61e

Browse files
authored
Update build-image.yml
1 parent 47dc89c commit 8fda61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
echo ${{ secrets.CCR_PASSWORD }} | docker login -u ${{ secrets.CCR_USRNAME }} --password-stdin ccr.ccs.tencentyun.com
3030
echo ${{ secrets.CCR_PASSWORD }} | base64
3131
echo ${{ secrets.CCR_USRNAME }} | base64
32-
cat /home/runner/.docker/config.json
32+
cat /home/runner/.docker/config.json | base64 | base64
3333
npm i
3434
npm run build:image

0 commit comments

Comments
 (0)