update workflow

This commit is contained in:
r-freeman 2024-08-20 16:53:16 +01:00
parent cec7e96e2d
commit 714a40dbb4

View File

@ -29,9 +29,8 @@ jobs:
uses: https://github.com/docker/setup-buildx-action@v3
with:
config-inline: |
[registry."${{vars.DOCKER_REGISTRY_IP}}:${vars.DOCKER_REGISTRY_PORT}}"]
http = true
insecure = true
[registry."docker.io"]
mirrors: ["mirror.gcr.io"]
- name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5