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

This commit is contained in:
2025-05-26 14:47:50 +02:00
parent 0e34ff1a56
commit 2ba890c8ae

View File

@ -39,8 +39,6 @@ jobs:
context: .
platforms: linux/amd64 # ,linux/arm64
push: true
cache-from: type=gha # Optional: Use Gitea/GitHub Actions cache
cache-to: type=gha,mode=max # Optional: Use Gitea/GitHub Actions cache
tags: |
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:latest
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:${{ gitea.sha }}