Skip to content

Commit 3ba00a1

Browse files
test build
1 parent 67da80c commit 3ba00a1

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,12 @@ jobs:
1616
DOCKER_HOST: tcp://localhost:2376
1717
runs-on: [x-small-k8s-mode]
1818
steps:
19-
- name: test dind
20-
run: |
21-
docker run hello-world || sleep 3600
22-
echo "7"
2319
- name: Checkout code
2420
uses: actions/checkout@v3
25-
- name: Setup Docker Buildx
26-
run: |
27-
docker buildx create --name mybuilder --driver remote tcp://localhost:1234 --use
28-
docker buildx inspect --bootstrap
21+
# - name: Setup Docker Buildx
22+
# run: |
23+
# docker buildx create --name mybuilder --driver remote tcp://localhost:1234 --use
24+
# docker buildx inspect --bootstrap
2925
- name: Build container
3026
uses: docker/build-push-action@v5
3127
with:

0 commit comments

Comments
 (0)