better ci
All checks were successful
Build Docker images / docker (eumau/openldap, 1) (push) Successful in 1m18s
All checks were successful
Build Docker images / docker (eumau/openldap, 1) (push) Successful in 1m18s
This commit is contained in:
parent
d1995499b0
commit
68e238875b
@ -12,9 +12,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
tag:
|
repo:
|
||||||
- "eumau/openldap"
|
- "eumau/openldap"
|
||||||
version:
|
tag:
|
||||||
- "1"
|
- "1"
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
@ -34,5 +34,5 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ matrix.tag }}:${{ 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