Browse Source

github: enable 5.5 and 5.6 branches [skip ci]

Victor Seva 3 năm trước cách đây
mục cha
commit
584ef26d68
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .github/workflows/main.yml

+ 3 - 1
.github/workflows/main.yml

@@ -4,6 +4,8 @@ name: build
   push:
     branches:
       - master
+      - '5.6'
+      - '5.5'
   pull_request:
     branches:
       - master
@@ -13,7 +15,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     container:
-      image: kamailio/pkg-kamailio-docker:dev-${{ matrix.distribution }}
+      image: kamailio/pkg-kamailio-docker:${{ github.ref_name }}-${{ matrix.distribution }}
       volumes:
         - ${{ github.workspace }}:/code
       env: