Module: kamailio Branch: master Commit: 8bba1aa866b736f1fd98dace67fe4a4b1eeca5c7 URL: https://github.com/kamailio/kamailio/commit/8bba1aa866b736f1fd98dace67fe4a4b...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org 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/8bba1aa866b736f1fd98dace67fe4a4b... Patch: https://github.com/kamailio/kamailio/commit/8bba1aa866b736f1fd98dace67fe4a4b...
---
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/gcc-problem-matcher@0.1 + - uses: ammaraskar/gcc-problem-matcher@0.2.0 - name: build run: | cd /code