Skip to content

Commit 88a3526

Browse files
authored
Update release.yml
Use password-stdin
1 parent 9dd2389 commit 88a3526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ jobs:
105105
- uses: actions/checkout@v2
106106
- run: |
107107
set -e -x
108-
docker login --username ${{ secrets.DOCKER_USER }} --password ${{ secrets.DOCKER_PW }}
108+
echo ${{ secrets.DOCKER_PW }} | docker login --username ${{ secrets.DOCKER_USER }} --password-stdin
109109
bash .github/workflows/github_build_dev_container.sh
110110
docker push tfaddons/dev_container:latest-cpu

0 commit comments

Comments
 (0)