Skip to content

Commit

Permalink
[BE] refactor: run 문법 픽스 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: EunJiJung <[email protected]>
  • Loading branch information
bianbbc87 committed Feb 9, 2025
1 parent 53276ac commit e133b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/ecr-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ runs:
sudo docker pull ${{ inputs.ecr_uri }}/${{ inputs.namespace }}/${{ inputs.ecr_repo }}:${{ github.sha }}
- name: Debugging container port
run: echo "Container Port: ${{ inputs.container_port }}"
run: |
echo "Container Port: ${{ inputs.container_port }}"
- name: ECR에서 불러온 이미지를 도커에서 실행
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit e133b34

Please sign in to comment.