Skip to content

Commit

Permalink
Pull from ghcr.io. Split out tag into its own parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Aug 7, 2024
1 parent da1855a commit 81c7a98
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ on:
rtpp-image:
required: false
type: string
default: 'sippylabs/rtpproxy:latest-ubuntu_latest'
default: 'ghcr.io/sippy/rtpproxy'
rtpp-image-tag:
required: false
type: string
default: 'latest-ubuntu_latest'
artifact-files:
required: false
type: string
Expand All @@ -34,7 +38,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: ${{ inputs.rtpp-image }}
image: ${{ inputs.rtpp-image }}:${{ inputs.rtpp-image-tag }}
options: --privileged
env:
MM_TYPE: ${{ inputs.mm-type }}
Expand Down

0 comments on commit 81c7a98

Please sign in to comment.