From 8d232d3aaa0c2f4181a0eaa75151e08a133f6425 Mon Sep 17 00:00:00 2001 From: nebulaBdj Date: Thu, 17 Oct 2024 23:50:53 +0900 Subject: [PATCH] =?UTF-8?q?init:=20deploy.yml=20=EC=B5=9C=EC=A2=85=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3d66280..c9e5993 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: context: . file: Dockerfile push: true - tags: ${{ secrets.NCP_CONTAINER_REGISTRY }}/cnergy-frontend:S{{ github.sha }} #깃허브 커밋 해시값으로 이미지 구분 + tags: ${{ secrets.NCP_CONTAINER_REGISTRY }}/cnergy-frontend:${{ github.sha }} #깃허브 커밋 해시값으로 이미지 구분 pull_from_registry: name: NCP 접속 후 이미지 다운로드 및 배포