Compare commits

...

2 Commits
master ... main

Author SHA1 Message Date
Mauro Torrez
82e5e1bff1 Upgrade to bookworm, v4
All checks were successful
Build Docker images / docker (eumau/dovecot, 4) (push) Successful in 4m50s
2024-03-01 22:39:47 -03:00
Mauro Torrez
fefee26114 better ci
All checks were successful
Build Docker images / docker (eumau/dovecot, 3) (push) Successful in 5m21s
2024-02-27 14:31:55 -03:00
2 changed files with 6 additions and 4 deletions

View File

@ -12,8 +12,10 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
version: repo:
- "3" - "eumau/dovecot"
tag:
- "4"
steps: steps:
- -
name: Set up QEMU name: Set up QEMU
@ -32,5 +34,5 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
push: true push: true
tags: eumau/dovecot:${{ matrix.version }} tags: ${{ matrix.repo }}:${{ matrix.tag }}
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64

View File

@ -1,4 +1,4 @@
FROM eumau/debian:bullseye-slim FROM eumau/debian:bookworm-slim
LABEL maintainer "Mauro Torrez <mauro@mau.ro>" LABEL maintainer "Mauro Torrez <mauro@mau.ro>"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ENV LC_ALL C ENV LC_ALL C