Skip to content

Commit 28885ba

Browse files
authored
🚨 !HOTFIX!: workflow main cicd yml에서 echo 누락 추가
1 parent 48d5dc1 commit 28885ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boolock-main-cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- name: Login to Docker Hub
8989
run: |
90-
"${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
90+
echo "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
9191
9292
- name: Deploy with docker
9393
uses: appleboy/[email protected]

0 commit comments

Comments
 (0)