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 810c7f3 commit f0b71c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/serverCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ 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 f0b71c1

Please sign in to comment.