Skip to content

Commit

Permalink
buildx must also export
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Dec 5, 2023
1 parent 24e8757 commit 8e87d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

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

0 comments on commit 8e87d7b

Please sign in to comment.