Compare commits
1 Commits
53c1479fd0
...
2d9dafa846
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d9dafa846 |
@@ -50,8 +50,8 @@ jobs:
|
|||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ vars.GITEA_DOMAIN }}
|
registry: gitea:3000
|
||||||
username: ${{ vars.REGISTRY_USERNAME }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
|
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
|
||||||
|
|
||||||
# - name: Build and push image
|
# - name: Build and push image
|
||||||
|
|||||||
Reference in New Issue
Block a user