fix: update password reference to use secrets in build workflow
Build and Push Docker Image / build (push) Failing after 30s
Build and Push Docker Image / build (push) Failing after 30s
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ gitea.token }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user