Skip to content

- [build](Makefile) Now use alpine:3.20 (asterisk:20.9.3). #10

- [build](Makefile) Now use alpine:3.20 (asterisk:20.9.3).

- [build](Makefile) Now use alpine:3.20 (asterisk:20.9.3). #10

Workflow file for this run

name: Docker Image Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build docker images
run: make build-all
- name: Run tests
shell: 'script -q -e -c "bash {0}"'
run: |
make test-all