fix: Use manual secrets for registry auth to ensure write permissions
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 8m46s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 8m46s
This commit is contained in:
@@ -25,8 +25,8 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: gitea.blyzer.com.br
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user