Use CR_PAT for docker login
CI/CD Pipeline / test (push) Successful in 11s
CI/CD Pipeline / scan (push) Successful in 14s
CI/CD Pipeline / build-push-deploy (push) Failing after 6s

This commit is contained in:
Khalil
2026-07-04 11:02:38 +00:00
parent 042064458b
commit 8b40a3759e
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
fetch-depth: 0
- name: Log in to Gitea Container Registry
run: echo "${{ gitea.token }}" | docker login git.khalilaliouich.com -u ${{ github.actor }} --password-stdin
run: echo "${{ secrets.CR_PAT }}" | docker login git.khalilaliouich.com -u ${{ github.actor }} --password-stdin
- name: Build and Push API
run: |