Retry Ci Login
This commit is contained in:
@@ -63,7 +63,11 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Login to Gitea Registry
|
||||
run: echo "${{ github.token }}" | docker login repo.eldiaservicios.com -u ${{ github.actor }} --password-stdin
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: repo.eldiaservicios.com
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
|
||||
- name: Build Docker images
|
||||
run: docker compose build
|
||||
|
||||
Reference in New Issue
Block a user