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