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