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:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
version:
|
repo:
|
||||||
|
- "eumau/dovecot"
|
||||||
|
tag:
|
||||||
- "3"
|
- "3"
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user