Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHarim authored Dec 12, 2023
1 parent e6dccb8 commit 61c9c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build Docker Image For Spring
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -f Dockerfile-dev -t ${{ secrets.DOCKER_USERNAME }}/se-community-image .
docker build -f Dockerfile -t ${{ secrets.DOCKER_USERNAME }}/se-community-image .
docker push ${{ secrets.DOCKER_USERNAME }}/se-community-image
# 서버에서 Docker 이미지 실행
Expand Down

0 comments on commit 61c9c2e

Please sign in to comment.