Skip to content

Commit

Permalink
Update Client-DEV-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jobkaeHenry authored Nov 26, 2023
1 parent d00eadb commit 9cd362a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Client-DEV-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.STORYBOOK_CLOUD_PASSWORD }}
port: ${{ secrets.STORYBOOK_CLOUD_PORT }}
script: |
sudo docker login -u ${{ secrets.CLIENT_DOCKER_USERNAME }}
sudo docker login -u ${{ secrets.CLIENT_DOCKER_USERNAME }} --password-stdin
${{ secrets.CLIENT_DOCKER_PASSWORD }}
sudo docker pull ${{ secrets.CLIENT_STORYBOOK_REPO }}/${{ secrets.CLIENT_DEV_SERVICE_NAME }}:latest
sudo docker rm -f ${{ secrets.CLIENT_DEV_SERVICE_NAME }}
Expand Down

0 comments on commit 9cd362a

Please sign in to comment.