Skip to content

Commit 05c13b4

Browse files
test dind
1 parent 8497403 commit 05c13b4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ on:
99
jobs:
1010
build:
1111
container:
12-
image: docker:28.3.2-cli
12+
image: docker:28.3.2-dind
1313
env:
14-
DOCKER_HOST: tcp://localhost:1234
14+
BUILDKIT_HOST: tcp://localhost:1234
15+
DOCKER_BUILDKIT: "1"
1516
runs-on: [x-small-k8s-mode]
1617
steps:
1718
- name: Checkout code

0 commit comments

Comments
 (0)