Skip to content

Commit

Permalink
Document workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 12, 2024
1 parent 848c989 commit 7b23727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ env:
PYTHON39: '3.9.20'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
# Set DOCKER_BUILDKIT=0 to avoid error in tests
# when compose.yml fails to pull info on local build image from docker registry.
# https://github.com/docker/compose/issues/8538
DOCKER_BUILDKIT: 0

Expand Down

0 comments on commit 7b23727

Please sign in to comment.