Update .gitea/workflows/build.yml
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Failing after 1m21s
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Failing after 1m21s
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.3t.network
|
registry: git.3t.network
|
||||||
username: $alex
|
username: alex
|
||||||
password: ${{ secrets.PACKAGEKEY }}
|
password: ${{ secrets.PACKAGEKEY }}
|
||||||
|
|
||||||
# Step 4: Build and push Docker image
|
# Step 4: Build and push Docker image
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.3t.network/${{ github.repository }}/static-site:${{ github.sha }}
|
git.3t.network/${{ github.repository }}/3t-fontpage:${{ github.sha }}
|
||||||
git.3t.network/${{ github.repository }}/static-site:latest
|
git.3t.network/${{ github.repository }}/3t-fontpage:latest
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
Reference in New Issue
Block a user