Skip to content

Commit

Permalink
[BE] refactor: shell 속성 추가 (#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 e133b34 commit 3ba3b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/ecr-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ runs:
sudo docker pull ${{ inputs.ecr_uri }}/${{ inputs.namespace }}/${{ inputs.ecr_repo }}:${{ github.sha }}
- name: Debugging container port
shell: bash
run: |
echo "Container Port: ${{ inputs.container_port }}"
Expand Down

0 comments on commit 3ba3b60

Please sign in to comment.