浏览代码

github: PR use Github Packages registry [skip ci]

Victor Seva 2 年之前
父节点
当前提交
7ae82075ba
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/pull_request.yml

+ 2 - 2
.github/workflows/pull_request.yml

@@ -12,7 +12,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     container:
-      image: kamailio/pkg-kamailio-docker:master-${{ matrix.distribution }}
+      image: ghcr.io/kamailio/pkg-kamailio-docker:master-${{ matrix.distribution }}
       volumes:
         - ${{ github.workspace }}:/code
       env:
@@ -27,7 +27,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