better ci
All checks were successful
Build Docker images / docker (eumau/dovecot, 3) (push) Successful in 5m21s
All checks were successful
Build Docker images / docker (eumau/dovecot, 3) (push) Successful in 5m21s
This commit is contained in:
parent
1f267a1aa4
commit
fefee26114
@ -12,7 +12,9 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
version:
|
||||
repo:
|
||||
- "eumau/dovecot"
|
||||
tag:
|
||||
- "3"
|
||||
steps:
|
||||
-
|
||||
@ -32,5 +34,5 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: eumau/dovecot:${{ matrix.version }}
|
||||
tags: ${{ matrix.repo }}:${{ matrix.tag }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Loading…
x
Reference in New Issue
Block a user