Skip to content

Commit

Permalink
[BE] refactor: container port secret -> inputs로 변경 (#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 eb86ab4 commit 53276ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ecr-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ runs:
sudo docker pull ${{ inputs.ecr_uri }}/${{ inputs.namespace }}/${{ inputs.ecr_repo }}:${{ github.sha }}
- name: Debugging container port
run: echo "Container Port: ${{ secrets.APIGATEWAY_PORT }}"
run: echo "Container Port: ${{ inputs.container_port }}"

- name: ECR에서 불러온 이미지를 도커에서 실행
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 53276ac

Please sign in to comment.