Explorar el Código

github: PR use Github Packages registry [skip ci]

Victor Seva hace 2 años
padre
commit
7ae82075ba
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/pull_request.yml

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

@@ -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