better ci
All checks were successful
Build Docker images / docker (eumau/postfix, 3) (push) Successful in 3m1s
All checks were successful
Build Docker images / docker (eumau/postfix, 3) (push) Successful in 3m1s
This commit is contained in:
parent
34f907b728
commit
7ac0958c63
@ -12,7 +12,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
version:
|
repo:
|
||||||
|
- eumau/postfix
|
||||||
|
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/postfix:${{ 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