Update dockerhub.yml

pull/888/merge
Marco Kreeft 2025-03-30 18:21:52 +02:00 committed by Bastien Wirtz
parent 5de2344dc2
commit 68441f2b81
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ jobs:
with:
push: true
tags: |
marcokreeft/homer:latest
b4bz/homer:latest
b4bz/homer:${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64