Use CR_PAT for docker login
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user