|
@@ -12,7 +12,7 @@ jobs:
|
|
build:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
container:
|
|
container:
|
|
- image: kamailio/pkg-kamailio-docker:master-${{ matrix.distribution }}
|
|
|
|
|
|
+ image: ghcr.io/kamailio/pkg-kamailio-docker:master-${{ matrix.distribution }}
|
|
volumes:
|
|
volumes:
|
|
- ${{ github.workspace }}:/code
|
|
- ${{ github.workspace }}:/code
|
|
env:
|
|
env:
|
|
@@ -27,7 +27,7 @@ jobs:
|
|
compilier: clang
|
|
compilier: clang
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- - uses: ammaraskar/gcc-problem-matcher@0.1
|
|
|
|
|
|
+ - uses: ammaraskar/gcc-problem-matcher@0.2.0
|
|
- name: build
|
|
- name: build
|
|
run: |
|
|
run: |
|
|
cd /code
|
|
cd /code
|