Przeglądaj źródła

github: enable 5.5 and 5.6 branches [skip ci]

Victor Seva 3 lat temu
rodzic
commit
584ef26d68
1 zmienionych plików z 3 dodań i 1 usunięć
  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: