Skip to content

Commit

Permalink
Fix: socket.timeout: timed out on compose push
Browse files Browse the repository at this point in the history
Solution from docker/compose#6837
  • Loading branch information
eryk committed Jan 7, 2022
1 parent abc8910 commit 2dfe6a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

env:
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}/
DOCKER_CLIENT_TIMEOUT: 180
COMPOSE_HTTP_TIMEOUT: 180

jobs:
build_and_push:
Expand Down

0 comments on commit 2dfe6a6

Please sign in to comment.