fix: update Docker login credentials to use repository owner and registry token
Build and Push Docker Image / build (push) Failing after 41s
Build and Push Docker Image / build (push) Failing after 41s
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -27,8 +27,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user