File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 ghcr-repo :
1313 required : false
1414 type : string
15- default : ghcr.io/${{ github.repository_owner }}/opensips
15+ default : ghcr.io/${{ github.repository_owner }}/opensips-rtpio
1616 rtpp-repo :
1717 required : false
1818 type : string
Original file line number Diff line number Diff line change 1414env :
1515 LLVM_VER : 19
1616 LLVM_VER_OLD : 16
17- GHCR_REPO : ghcr.io/${{ github.repository_owner }}/opensips
17+ GHCR_REPO : ghcr.io/${{ github.repository_owner }}/opensips-rtpio
1818
1919# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2020jobs :
@@ -114,7 +114,7 @@ jobs:
114114 run : |
115115 echo "LLVM_VER=${LLVM_VER}" >> $GITHUB_OUTPUT
116116 echo "LLVM_VER_OLD=${LLVM_VER_OLD}" >> $GITHUB_OUTPUT
117- GHCR_REPO="ghcr.io/${{ github.repository_owner }}/opensips"
117+ GHCR_REPO="ghcr.io/${{ github.repository_owner }}/opensips-rtpio "
118118 echo "GHCR_REPO=${GHCR_REPO}" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
119119
120120 build_test_rtp_io_dock :
You can’t perform that action at this time.
0 commit comments