Skip to content

Commit

Permalink
Fix: Fix docker Login Command(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Train0303 committed Sep 6, 2024
1 parent f6351d9 commit 3edaa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: docker build
run: |
echo ${{ secrets.NCP_SECRETS_TOKEN }} | docker login --username ${{ secrets.NCP_ACCESS_TOKEN }} --password-stdin
echo "${{ secrets.NCP_SECRETS_TOKEN }}" | docker login --username ${{ secrets.NCP_ACCESS_TOKEN }} --password-stdin
docker build -t $NCR_REPOSITORY:$IMAGE_TAG -f DockerFileProd .
docker push $NCR_REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit 3edaa8e

Please sign in to comment.