mirror of
https://github.com/r-freeman/nextjs-with-docker.git
synced 2024-11-11 18:55:40 +00:00
update workflow
This commit is contained in:
parent
b4e0454489
commit
cec7e96e2d
@ -29,7 +29,7 @@ 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."${{var.DOCKER_REGISTRY_IP}}:${DOCKER_REGISTRY_PORT}}"] # IP from local gitea instance
|
[registry."${{vars.DOCKER_REGISTRY_IP}}:${vars.DOCKER_REGISTRY_PORT}}"]
|
||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user