Skip to content

Commit

Permalink
init: deploy.yml 최종 코드
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulaBdj committed Oct 17, 2024
1 parent 734ff13 commit 8d232d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 접속 후 이미지 다운로드 및 배포
Expand Down

0 comments on commit 8d232d3

Please sign in to comment.