added in gitea actions
Some checks failed
Gitea Actions Demo / build-and-push (push) Failing after 9s

This commit is contained in:
2026-01-13 16:00:51 -05:00
parent 6cec6bdb50
commit 3b1e1eae6d

View File

@@ -42,7 +42,7 @@ jobs:
- name: Log in to Registry
uses: docker/login-action@v2
with:
registry: ${{ env.GITEA_IP }}:3000 # Replace with your Gitea registry URL
registry: gitea-server:3000 # Replace with your Gitea registry URL
username: ryan #${{ secrets.REGISTRY_USERNAME }} # Stored as a Gitea secret
password: 0x013h #${{ secrets.REGISTRY_TOKEN }} # Stored as a Gitea secret (use a PAT here)