Module: kamailio Branch: master Commit: 8bba1aa866b736f1fd98dace67fe4a4b1eeca5c7 URL: https://github.com/kamailio/kamailio/commit/8bba1aa866b736f1fd98dace67fe4a4b1eeca5c7
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2023-04-06T14:04:31+02:00 github: use Github Packages registry [skip ci] --- Modified: .github/workflows/main.yml --- Diff: https://github.com/kamailio/kamailio/commit/8bba1aa866b736f1fd98dace67fe4a4b1eeca5c7.diff Patch: https://github.com/kamailio/kamailio/commit/8bba1aa866b736f1fd98dace67fe4a4b1eeca5c7.patch --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10acce3a6e1..71b9d6c5480 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: kamailio/pkg-kamailio-docker:${{ github.ref_name }}-${{ matrix.distribution }} + image: ghcr.io/kamailio/pkg-kamailio-docker:${{ github.ref_name }}-${{ matrix.distribution }} volumes: - ${{ github.workspace }}:/code env: @@ -33,7 +33,7 @@ jobs: compilier: clang steps: - uses: actions/checkout@v2 - - uses: ammaraskar/[email protected] + - uses: ammaraskar/[email protected] - name: build run: | cd /code _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to [email protected]
