Skip to content

Commit ffbfb7c

Browse files
authored
Update build-image.yml
1 parent a469c89 commit ffbfb7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
docker -v
2828
echo ${{ secrets.DOCKERIO_PASSWORD }} | docker login -u ${{ secrets.DOCKERIO_USRNAME }} --password-stdin
2929
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
3032
npm i
3133
npm run build:image
3234
- name: Setup tmate session

0 commit comments

Comments
 (0)