... | ... |
@@ -4,6 +4,8 @@ name: build |
4 | 4 |
push: |
5 | 5 |
branches: |
6 | 6 |
- master |
7 |
+ - '5.6' |
|
8 |
+ - '5.5' |
|
7 | 9 |
pull_request: |
8 | 10 |
branches: |
9 | 11 |
- master |
... | ... |
@@ -13,7 +15,7 @@ jobs: |
13 | 15 |
build: |
14 | 16 |
runs-on: ubuntu-latest |
15 | 17 |
container: |
16 |
- image: kamailio/pkg-kamailio-docker:dev-${{ matrix.distribution }} |
|
18 |
+ image: kamailio/pkg-kamailio-docker:${{ github.ref_name }}-${{ matrix.distribution }} |
|
17 | 19 |
volumes: |
18 | 20 |
- ${{ github.workspace }}:/code |
19 | 21 |
env: |