Module: kamailio
Branch: 5.5
Commit: 4f24f446914393b56e990600e03484e1f410382c
URL: 
https://github.com/kamailio/kamailio/commit/4f24f446914393b56e990600e03484e1f410382c

Author: Victor Seva <[email protected]>
Committer: Victor Seva <[email protected]>
Date: 2023-04-06T15:48:11+02:00

github: use Github Packages registry [skip ci]

(cherry picked from commit 8bba1aa866b736f1fd98dace67fe4a4b1eeca5c7)
(cherry picked from commit 8189ae69e563c1cffed0c4e12d57d258d2a541f6)

---

Modified: .github/workflows/main.yml

---

Diff:  
https://github.com/kamailio/kamailio/commit/4f24f446914393b56e990600e03484e1f410382c.diff
Patch: 
https://github.com/kamailio/kamailio/commit/4f24f446914393b56e990600e03484e1f410382c.patch

---

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3a745d88b04..1d29d47a995 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,17 +3,16 @@ name: build
 'on':
   push:
     branches:
-      - master
-  pull_request:
-    branches:
-      - master
+      - '5.5'
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch:
+permissions:
+  contents: read # to fetch code (actions/checkout)
 jobs:
   build:
     runs-on: ubuntu-latest
     container:
-      image: kamailio/pkg-kamailio-docker:dev-${{ matrix.distribution }}
+      image: ghcr.io/kamailio/pkg-kamailio-docker:${{ github.ref_name }}-${{ 
matrix.distribution }}
       volumes:
         - ${{ github.workspace }}:/code
       env:
@@ -32,7 +31,7 @@ jobs:
             compilier: clang
     steps:
       - uses: actions/checkout@v2
-      - uses: ammaraskar/[email protected]
+      - uses: ammaraskar/[email protected]
       - name: build
         run: |
           cd /code

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to [email protected]

Reply via email to