Update docker.yml

fix wrong docker hub repo name
This commit is contained in:
Nextgen-Networks 2026-02-19 19:06:14 +01:00 committed by GitHub
parent 901d0efd6f
commit f748a686c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
DOCKER_METADATA_PR_HEAD_SHA: 'true'
with:
images: |
nextgen-networks/snappymail
nextgennetworks/snappymail
ghcr.io/${{ github.repository }}
# type=ref,event=branch generates tag(s) on branch only. E.g. 'master', 'master-abc0123'
# type=ref,event=tag generates tag(s) on tags only. E.g. 'v0.0.0', 'v0.0.0-abc0123', and 'latest'