Skip to content

Commit

Permalink
Update serverCICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee authored Apr 5, 2024
1 parent f0b71c1 commit e2293bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/serverCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
working-directory: ./BE/error
if: contains(github.ref, 'main')
run: |
sudo usermod -a -G docker $USER
docker login -u ${{ secrets.DOCKER_ID }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t ${{ secrets.DOCKER_REPO }}/econo-error .
docker push ${{ secrets.DOCKER_REPO }}/econo-error
Expand Down

0 comments on commit e2293bd

Please sign in to comment.