Skip to content

Commit 04b10e6

Browse files
committed
fix: deploy 컨테이너 이름 수정
1 parent ea25f1b commit 04b10e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: export image name
8282
id: export_image
83-
run: echo "image_name=WEB7_9_TxI_BE" >> $GITHUB_OUTPUT
83+
run: echo "image_name=waitfair" >> $GITHUB_OUTPUT
8484

8585
- name: 빌드 앤 푸시
8686
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)