Module: kamailio
Branch: 5.6
Commit: 8189ae69e563c1cffed0c4e12d57d258d2a541f6
URL:
https://github.com/kamailio/kamailio/commit/8189ae69e563c1cffed0c4e12d57d25…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2023-04-06T15:47:02+02:00
github: use Github Packages registry [skip ci]
(cherry picked from commit 8bba1aa866b736f1fd98dace67fe4a4b1eeca5c7)
---
Modified: .github/workflows/main.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/8189ae69e563c1cffed0c4e12d57d25…
Patch:
https://github.com/kamailio/kamailio/commit/8189ae69e563c1cffed0c4e12d57d25…
---
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4c94110f683..d8d76b85cdc 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.6'
# 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/gcc-problem-matcher(a)0.1
+ - uses: ammaraskar/gcc-problem-matcher(a)0.2.0
- name: build
run: |
cd /code