Test Gitea Container Registry login 2
Some checks failed
Build Feedmee Next.js Frontend App / build-and-push (push) Failing after 1m2s
Some checks failed
Build Feedmee Next.js Frontend App / build-and-push (push) Failing after 1m2s
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{vars.REGISTRY_URL}}
|
registry: ${{vars.REGISTRY_URL}}
|
||||||
username: bartha.gabor
|
username: ${{vars.ACTOR}}
|
||||||
password: ${{secrets.TOKEN}}
|
password: ${{secrets.TOKEN}}
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
|
|||||||
Reference in New Issue
Block a user