Skip to content

Commit

Permalink
dev-cicd.yml 기존 로그인 부분 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
MinchoGreenT committed Mar 13, 2024
1 parent 841d90c commit baddbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:

- name: Docker build & push to dockerhub
run: |
# docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker build -f Dockerfile -t minchogt/farmus-spring .
docker push minchogt/farmus-spring
# docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD

deploy:
needs: build
Expand Down

0 comments on commit baddbbb

Please sign in to comment.