We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1dfa25 commit b6db722Copy full SHA for b6db722
.github/workflows/backend-cd.yml
@@ -77,7 +77,7 @@ jobs:
77
runs-on: ubuntu-latest
78
needs: [ makeTagAndRelease, buildImageAndPush ]
79
env:
80
- IMAGE_REPOSITORY: catfe_backend # 도커 이미지 명
+ IMAGE_REPOSITORY: catfe-backend # 도커 이미지 명
81
CONTAINER_1_NAME: catfe_1 # 슬롯 1
82
CONTAINER_2_NAME: catfe_2 # 슬롯 2
83
CONTAINER_PORT: 8080 # 컨테이너 내부 포트
0 commit comments