Skip to content

Commit

Permalink
buildx doesn't play nice with dind
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Dec 5, 2023
1 parent 8e87d7b commit c467dd8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ jobs:
runs-on:
- banzai-runner
steps:
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Checkout
uses: actions/checkout@v4

Expand All @@ -33,7 +27,7 @@ jobs:

- name: Build docker image
run: |
docker buildx build -t banzai:test-latest --load --cache-to type=gha,ignore-error=true,mode=max --cache-from type=gha .
docker build -t banzai:test-latest .
- name: Copy docker image to nodes
run: |
Expand Down

0 comments on commit c467dd8

Please sign in to comment.