fix docker image name
All checks were successful
Build Docker images / docker (eumau/openldap, 1) (push) Successful in 1m19s
All checks were successful
Build Docker images / docker (eumau/openldap, 1) (push) Successful in 1m19s
This commit is contained in:
parent
9cef6de7af
commit
d1995499b0
@ -12,6 +12,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
tag:
|
||||
- "eumau/openldap"
|
||||
version:
|
||||
- "1"
|
||||
steps:
|
||||
@ -32,5 +34,5 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: eumau/dovecot:${{ matrix.version }}
|
||||
tags: ${{ matrix.tag }}:${{ matrix.version }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Loading…
x
Reference in New Issue
Block a user