Skip to content

Commit 23e4999

Browse files
author
bwsw
committed
trial build
1 parent a5a75e1 commit 23e4999

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-new.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434

3535
- name: Set up docker buildx
3636
uses: docker/setup-buildx-action@v2
37-
3837
- name: Build docker image
3938
uses: docker/build-push-action@v4
4039
with:
@@ -43,6 +42,9 @@ jobs:
4342
tags: ffmpeg_input
4443
push: false
4544
load: true
45+
cache-from: type=gha
46+
cache-to: type=gha,mode=max
47+
context: .
4648

4749
- name: Copy wheels
4850
run: docker run --rm -v $(pwd)/distfiles:/tmp ffmpeg_input cp -R /opt/dist /tmp

0 commit comments

Comments
 (0)