Skip to content

Commit

Permalink
docs/#105/워크플로우 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonheena committed Feb 6, 2025
1 parent 6dcd334 commit 6c7b30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GHCR_TOCKEN_HEENA }}

# Build 및 push
- name: Build and push
Expand All @@ -60,7 +60,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GHCR_TOCKEN_HEENA }}

# 앱 이미지 이름 업데이트
- name: Update DOCKER_IMAGE in .env file
Expand Down

0 comments on commit 6c7b30a

Please sign in to comment.