Skip to content

Commit ea25f1b

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 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=app251127" >> $GITHUB_OUTPUT
83+
run: echo "image_name=WEB7_9_TxI_BE" >> $GITHUB_OUTPUT
8484

8585
- name: 빌드 앤 푸시
8686
uses: docker/build-push-action@v3
@@ -93,6 +93,8 @@ jobs:
9393
ghcr.io/${{ steps.export_owner.outputs.owner_lc }}/${{ steps.export_image.outputs.image_name }}:${{ needs.makeTagAndRelease.outputs.tag_name }},
9494
ghcr.io/${{ steps.export_owner.outputs.owner_lc }}/${{ steps.export_image.outputs.image_name }}:latest
9595
96+
97+
9698
deploy:
9799
runs-on: ubuntu-latest
98100
needs: [buildImageAndPush]

0 commit comments

Comments
 (0)