You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation does not mention anything about my problem
There are no open or closed issues that are related to my problem
Description
I have a registry running locally, externally accessibly via registry.example.com. The Github action can log into my registry fine, but the docker push fails. Has anyone had this before?
Expected behaviour
Docker image pushes to my registry
Actual behaviour
It resolves the internal IP address and tries to push there
#38 [auth] sharing credentials for registry.example.com
#38 DONE 0.0s
#37 exporting to image
#37 33.19 error: failed to copy: failed to do request: Put "https://192.168.1.171/v2/repo-name/blobs/uploads/941b40a9-d6fb-4701-aded-385eec9dcb55?_state=_syVg7StDX9rNYAzmMqpuTIdHItl9e_dkJQ29zDiiO17Ik5hbWUiOiJob3BraW5zb24tY21zIiwiVVVJRCI6Ijk0MWI0MGE5LWQ2ZmItNDcwMS1hZGVkLTM4NWVlYzlkY2I1NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0zMFQxMDowNjoxNi43MjM4NDAxMDJaIn0%3D&digest=sha256%3A17f01ce0086807fa706f33dba43b139ee9b1f8b38eed3825f6eea4005d7a4d3d": dial tcp 192.168.1.171:443: i/o timeout
Repository URL
No response
Workflow run URL
No response
YAML workflow
- name: Login to My Registryuses: docker/login-action@v3with:
registry: ${{ vars.DOCKER_REGISTRY }}username: ${{ vars.DOCKER_USERNAME }}password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to My Pull Registryuses: docker/login-action@v3with:
registry: ${{ vars.DOCKER_PULL_REGISTRY }}username: ${{ vars.DOCKER_USERNAME }}password: ${{ secrets.DOCKER_PASSWOR
- name: Build Docker imageuses: docker/build-push-action@v6with:
provenance: false # Fails with or without this, just here from testingpush: truetags: | registry.example.com/${{ github.event.repository.name }}:${{ github.sha }} registry.example.com/${{ github.event.repository.name }}:latestcache-from: type=ghacache-to: type=gha,mode=maxenv:
BUILDKIT_PROGRESS: plainDOCKER_BUILDKIT_DEBUG: "true"
Workflow logs
No response
BuildKit logs
Additional info
No response
The text was updated successfully, but these errors were encountered:
Contributing guidelines
I've found a bug, and:
Description
I have a registry running locally, externally accessibly via
registry.example.com
. The Github action can log into my registry fine, but the docker push fails. Has anyone had this before?Expected behaviour
Docker image pushes to my registry
Actual behaviour
It resolves the internal IP address and tries to push there
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
Additional info
No response
The text was updated successfully, but these errors were encountered: