Skip to content

Commit f1e1ac9

Browse files
committed
github: publish rtp.io images to dedicated GHCR package
1 parent 1c87794 commit f1e1ac9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/.rtp.io.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
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

.github/workflows/rtp.io.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
env:
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
2020
jobs:
@@ -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:

0 commit comments

Comments
 (0)