fix docker build
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6m41s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6m41s
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY_HOST }}
|
||||
username: drholy
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GIT_PASSWORD }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
|
||||
Reference in New Issue
Block a user