Update .gitea/workflows/build.yml
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Failing after 1m21s

This commit is contained in:
2026-03-13 20:11:31 +00:00
parent 74ea20bbdd
commit ba6d08e34f

View File

@@ -23,7 +23,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.3t.network
username: $alex
username: alex
password: ${{ secrets.PACKAGEKEY }}
# Step 4: Build and push Docker image
@@ -33,7 +33,7 @@ jobs:
context: .
push: true
tags: |
git.3t.network/${{ github.repository }}/static-site:${{ github.sha }}
git.3t.network/${{ github.repository }}/static-site:latest
git.3t.network/${{ github.repository }}/3t-fontpage:${{ github.sha }}
git.3t.network/${{ github.repository }}/3t-fontpage:latest
cache-from: type=gha
cache-to: type=gha,mode=max