Skip to content

Commit

Permalink
[Update] cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio authored Sep 27, 2024
1 parent e8d0c9c commit 27246c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Docker build & push
if: contains(github.ref, 'main')
run: |
docker build -f Dockerfile -t myrepo/bjj:latest .
docker push myrepo/bjj:latest
docker build -f Dockerfile -t ${{ secrets.DOCKER_USERNAME }}/bjj:latest .
docker push ${{ secrets.DOCKER_USERNAME }}/bjj:latest
# 도커 이미지 배포
- name: Deploy docker image
Expand Down

0 comments on commit 27246c9

Please sign in to comment.