@@ -19,13 +19,13 @@ jobs:
|
|||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
config-inline: |
|
config-inline: |
|
||||||
[registry."10.0.2.28:222"]
|
[registry."10.0.2.28:3000"]
|
||||||
http = true
|
http = true
|
||||||
|
|
||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
uses: https://github.com/docker/login-action@v3
|
uses: https://github.com/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: 10.0.2.28:222
|
registry: 10.0.2.28:3000
|
||||||
username: lino
|
username: lino
|
||||||
password: ${{ secrets.REGISTRY_PASS }}
|
password: ${{ secrets.REGISTRY_PASS }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user