Update .github/workflows/main.yml
All checks were successful
Jekyll site CI / docker (push) Successful in 1m22s
All checks were successful
Jekyll site CI / docker (push) Successful in 1m22s
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
Reference in New Issue
Block a user