Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirlee0304 authored Jan 19, 2025
1 parent 6c86845 commit 8df9289
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:

# 3. Docker 이미지 빌드
- name: Build and push Docker image
run: |
docker build \
--build-arg DB_USER=${{ secrets.DB_USER }} \
--build-arg DB_PASSWORD=${{ secrets.DB_PASSWORD }} \
-t mirlee/discordchatbot:latest .
run: |
docker build \
--build-arg DB_USER=${{ secrets.DB_USER }} \
--build-arg DB_PASSWORD=${{ secrets.DB_PASSWORD }} \
-f ./discordchatbot/Dockerfile \
-t mirlee/discordchatbot:latest .
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 8df9289

Please sign in to comment.