update workflow

This commit is contained in:
r-freeman 2024-08-20 16:31:34 +01:00
parent b4e0454489
commit cec7e96e2d

View File

@ -29,7 +29,7 @@ jobs:
uses: https://github.com/docker/setup-buildx-action@v3
with:
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
insecure = true