File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 66services :
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 :
You canβt perform that action at this time.
0 commit comments