Skip to content

Commit

Permalink
dockerfile 1차 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmin99 committed Sep 5, 2024
1 parent 7d0f6f5 commit 320c832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
run: |
# Docker 이미지 빌드
docker build -t $DOCKER_USERNAME/$REPOSITORY:latest -f ./Dockerfile .
docker build -t $REPOSITORY:latest -f ./Dockerfile .
# Docker Hub로 이미지 푸시
docker push $DOCKER_USERNAME/$REPOSITORY:latest

0 comments on commit 320c832

Please sign in to comment.