Skip to content

Commit 99888e0

Browse files
committed
πŸ› fix: 경둜 μˆ˜μ •
1 parent 97cf89b commit 99888e0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

β€Ž.github/workflows/deploy_feed-crawler.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}
35-
password: ${{ secrets.GITHUB_TOKEN }}
35+
password: ${{ secrets.GHCR_GITHUB_TOKEN }}
3636

3737
- name: Docker 이미지 Build 및 Push
3838
uses: docker/build-push-action@v6
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
registry: ghcr.io
5757
username: ${{ github.actor }}
58-
password: ${{ secrets.GITHUB_TOKEN }}
58+
password: ${{ secrets.GHCR_GITHUB_TOKEN }}
5959

6060
- name: ν™˜κ²½λ³€μˆ˜ μ΅œμ‹ ν™”
6161
run: |

β€Ž.github/workflows/deploy_server.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}
35-
password: ${{ secrets.GITHUB_TOKEN }}
35+
password: ${{ secrets.GHCR_GITHUB_TOKEN }}
3636

3737
- name: Docker 이미지 Build 및 Push
3838
uses: docker/build-push-action@v6
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
registry: ghcr.io
5757
username: ${{ github.actor }}
58-
password: ${{ secrets.GITHUB_TOKEN }}
58+
password: ${{ secrets.GHCR_GITHUB_TOKEN }}
5959

6060
- name: ν™˜κ²½λ³€μˆ˜ μ΅œμ‹ ν™”
6161
run: |

β€Ždocker-compose/docker-compose.prod.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include:
66
services:
77
# WAS μ„œλΉ„μŠ€
88
app:
9-
image: ghcr.io/${GITHUB_REPOSITORY}/server:latest
9+
image: ghcr.io/boostcampwm-2024/web05-Denamu/server:latest
1010
ports:
1111
- "8080:8080"
1212
env_file:
@@ -27,7 +27,7 @@ services:
2727

2828
# Feed Crawler μ„œλΉ„μŠ€
2929
feed-crawler:
30-
image: ghcr.io/${GITHUB_REPOSITORY}/feed-crawler:latest
30+
image: ghcr.io/boostcampwm-2024/web05-Denamu/feed-crawler:latest
3131
env_file:
3232
- /var/prod_config/feed-crawler/.env.prod
3333
networks:

0 commit comments

Comments
Β (0)