Update .github/workflows/main.yml

This commit is contained in:
2025-05-15 22:06:56 +02:00
parent bb505ba3f1
commit e2247546a9

@ -51,5 +51,5 @@ jobs:
platforms: linux/amd64 # ,linux/arm64
push: true
tags: |
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/${{ gitea.repository_name }}:latest
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/${{ gitea.repository_name }}:${{ gitea.sha }}
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:latest
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:${{ gitea.sha }}