Skip to content

- [build](Makefile) Now use alpine:3.20 (asterisk:20.8.1). #9

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

- [build](Makefile) Now use alpine:3.20 (asterisk:20.8.1). #9

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