Skip to content

Commit

Permalink
DOCKER_HOST -> BUILDKIT_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Nov 18, 2024
1 parent eee8680 commit 528aef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
DEBUG: ""
LAMBDA_EXECUTOR: ""
KINESIS_ERROR_PROBABILITY: ""
DOCKER_HOST: unix:///var/run/docker.sock
BUILDKIT_HOST: unix:///var/run/docker.sock
KINESIS_INITIALIZE_STREAMS: ${{ env.KINESIS_INITIALIZE_STREAMS }}
LOCALSTACK_HOST: ${{ env.AWS_HOST }} # Required so that resource urls are provided properly
# e.g sqs url will get localhost if we don't set this env to map our service
Expand Down
2 changes: 1 addition & 1 deletion test/localstack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
AWS_HOST: localstack
DEBUG: ""
KINESYS_ERROR_PROBABILITY: ""
DOCKER_HOST: "unix://var/run/docker.sock"
BUILDKIT_HOST: "unix://var/run/docker.sock"
LOCALSTACK_HOST: "localstack"
AWS_REGION: "us-east-1"

Expand Down

0 comments on commit 528aef6

Please sign in to comment.