Use internal IPv4 for registry.
This commit is contained in:
parent
7e45406af0
commit
d450a0fe78
@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
config-inline: |
|
config-inline: |
|
||||||
[registry."gitea:3000"]
|
[registry."10.0.0.103:3000"]
|
||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
@ -31,4 +31,4 @@ jobs:
|
|||||||
linux/arm64
|
linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
gitea:3000/${{ gitea.repository_owner }}/${{ gitea.repository }}:dev
|
10.0.0.103:3000/${{ gitea.repository_owner }}/${{ gitea.repository }}:dev
|
||||||
|
Loading…
Reference in New Issue
Block a user