Test logs
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 12s

This commit is contained in:
2025-06-17 09:44:53 -03:00
parent 72f55b72d8
commit 1526579b66

View File

@@ -13,6 +13,11 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Login to Gitea Container Registry (Manual)
run: |
echo "Attempting to log in to registry at ${{ secrets.REGISTRY_URL }}"
echo "${{ secrets.ACTIONS_PAT }}" | docker login ${{ secrets.REGISTRY_URL }} -u ${{ secrets.GITEA_USER }} --password-stdin
- name: Login to Gitea Container Registry - name: Login to Gitea Container Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with: