Skip to content

- [docker](Makefile) Use alpine:3.19 (postfix:3.8.6 dovecot:2.3.21). #8

- [docker](Makefile) Use alpine:3.19 (postfix:3.8.6 dovecot:2.3.21).

- [docker](Makefile) Use alpine:3.19 (postfix:3.8.6 dovecot:2.3.21). #8

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: Install dependencies
run: sudo apt-get install -y ldap-utils
- name: Build docker images
run: make build-all
- name: Run tests
shell: 'script -q -e -c "bash {0}"'
run: |
make test-all