Skip to content

- [docker](Makefile) Use alpine:3.21 (postfix:3.9.1 dovecot:2.3.21.1). #10

- [docker](Makefile) Use alpine:3.21 (postfix:3.9.1 dovecot:2.3.21.1).

- [docker](Makefile) Use alpine:3.21 (postfix:3.9.1 dovecot:2.3.21.1). #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@v4
- 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