chore: align registry secrets with fasto project
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 12s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 12s
This commit is contained in:
@@ -20,8 +20,8 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Build and push backend image
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user