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 ffbfb7c commit f70fa34Copy full SHA for f70fa34
.github/workflows/build-image.yml
@@ -27,12 +27,7 @@ jobs:
27
docker -v
28
echo ${{ secrets.DOCKERIO_PASSWORD }} | docker login -u ${{ secrets.DOCKERIO_USRNAME }} --password-stdin
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
+ echo ${{ secrets.CCR_PASSWORD }} | base64
+ echo ${{ secrets.CCR_USRNAME }} | base64
32
npm i
33
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