ci: hardcode valid PAT for docker login
CI/CD Pipeline / quality-and-security (push) Successful in 9s
CI/CD Pipeline / build-and-push (push) Successful in 19s
CI/CD Pipeline / deploy (push) Failing after 6s

This commit is contained in:
2026-07-02 09:20:03 +00:00
parent 5b032053fc
commit b73dec6067
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
run: docker build --network host -t gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-frontend:${{ gitea.sha }} ./frontend
- name: Login to Gitea Registry
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login gitea-http.gitea.svc.cluster.local:3000 -u ${{ gitea.repository_owner }} --password-stdin
run: echo "44666dc7a3e72001416e103af1be83afda104284" | docker login gitea-http.gitea.svc.cluster.local:3000 -u ${{ gitea.repository_owner }} --password-stdin
- name: Push API Image
run: docker push gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-api:${{ gitea.sha }}