Skip to content

Commit f70fa34

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

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ 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
30+
echo ${{ secrets.CCR_PASSWORD }} | base64
31+
echo ${{ secrets.CCR_USRNAME }} | base64
3232
npm i
3333
npm run build:image
34-
- name: Setup tmate session
35-
uses: mxschmitt/action-tmate@v3
36-
if: ${{ failure() }}
37-
with:
38-
limit-access-to-actor: true

0 commit comments

Comments
 (0)