Update .github/workflows/main.yml
All checks were successful
Jekyll site CI / docker (push) Successful in 1m9s

This commit is contained in:
Steffen Illium 2025-05-15 22:18:33 +02:00
parent c1c68ed8bd
commit 1bb52c4f11

View File

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